mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
ui changes
This commit is contained in:
parent
86417c9e0b
commit
e14e1440f5
3 changed files with 7 additions and 3 deletions
|
@ -5,7 +5,7 @@ its users. ([Fufusoup Source Code]). If you would like to support the work and t
|
|||
|
||||
## Donate to Fufusoup
|
||||
|
||||
You can donate to Fufusoup to support [Moïse KM] with all the work and IT ressources required to build, improve, maintain, and operate the metasearch engine.
|
||||
You can donate to Fufusoup to support [Moïse KM] with the work and IT ressources required to build, improve, maintain, and operate the metasearch engine.
|
||||
<br/>
|
||||
<br/>
|
||||
<a href="https://www.buymeacoffee.com/mkmtechnology" target="_blank">https://www.buymeacoffee.com/mkmtechnology</a>.
|
||||
|
@ -13,7 +13,7 @@ You can donate to Fufusoup to support [Moïse KM] with all the work and IT resso
|
|||
|
||||
## Donate to SearXNG
|
||||
|
||||
You can also donate to the wider SearXNG community to support all the the developers, engineers, designers, writers, and more, that contribute to the SearXNG source code. Please find the link to donate below:
|
||||
You can also donate to the wider SearXNG community to support all the the developers, engineers, designers, writers, and more, who contribute to the SearXNG source code and project. Please find the link to donate below:
|
||||
<br/>
|
||||
<br/>
|
||||
<a href="https://docs.searxng.org/donate.html" target="_blank">https://docs.searxng.org/donate.html</a>.
|
||||
|
|
|
@ -72,7 +72,7 @@ server:
|
|||
bind_address: "127.0.0.1"
|
||||
# public URL of the instance, to ensure correct inbound links. Is overwritten
|
||||
# by ${SEARXNG_URL}.
|
||||
base_url: https://fufusoup.com # "http://example.com/location" default: false
|
||||
base_url: false # "http://example.com/location" default: false
|
||||
limiter: false # rate limit the number of request on the instance, block some bots
|
||||
|
||||
# If your instance owns a /etc/searxng/settings.yml file, then set the following
|
||||
|
|
|
@ -15,6 +15,10 @@ small {
|
|||
background-color: rgb(245, 245, 245) !important;
|
||||
}
|
||||
|
||||
.theme-light #send_search:hover{
|
||||
background-color: #3c70ff;
|
||||
}
|
||||
|
||||
footer, #search_header {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue