ui changes
This commit is contained in:
parent
86417c9e0b
commit
e14e1440f5
@ -5,7 +5,7 @@ its users. ([Fufusoup Source Code]). If you would like to support the work and t
|
|||||||
|
|
||||||
## Donate to Fufusoup
|
## 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/>
|
||||||
<br/>
|
<br/>
|
||||||
<a href="https://www.buymeacoffee.com/mkmtechnology" target="_blank">https://www.buymeacoffee.com/mkmtechnology</a>.
|
<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
|
## 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/>
|
||||||
<br/>
|
<br/>
|
||||||
<a href="https://docs.searxng.org/donate.html" target="_blank">https://docs.searxng.org/donate.html</a>.
|
<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"
|
bind_address: "127.0.0.1"
|
||||||
# public URL of the instance, to ensure correct inbound links. Is overwritten
|
# public URL of the instance, to ensure correct inbound links. Is overwritten
|
||||||
# by ${SEARXNG_URL}.
|
# 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
|
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
|
# 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;
|
background-color: rgb(245, 245, 245) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.theme-light #send_search:hover{
|
||||||
|
background-color: #3c70ff;
|
||||||
|
}
|
||||||
|
|
||||||
footer, #search_header {
|
footer, #search_header {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user