diff --git a/searx/infopage/en/donate.md b/searx/infopage/en/donate.md
index 67a96dc37..0713d586b 100644
--- a/searx/infopage/en/donate.md
+++ b/searx/infopage/en/donate.md
@@ -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.
https://www.buymeacoffee.com/mkmtechnology.
@@ -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:
https://docs.searxng.org/donate.html.
diff --git a/searx/settings.yml b/searx/settings.yml
index fc0c6a370..3ffd5b9f2 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -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
diff --git a/searx/static/themes/simple/css/custom.css b/searx/static/themes/simple/css/custom.css
index a2a9d94ea..c65152440 100644
--- a/searx/static/themes/simple/css/custom.css
+++ b/searx/static/themes/simple/css/custom.css
@@ -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;
}