diff --git a/README.rst b/README.rst index e3d15bfb6..1c567679a 100644 --- a/README.rst +++ b/README.rst @@ -78,7 +78,7 @@ Matrix Differences to searx ==================== -SearXNG is a fork of `searx`_, with notable changes: +Fufusoup is a fork of SearXNG, which is a fork of `searx`_, with notable changes: .. _searx: https://github.com/searx/searx diff --git a/searx/static/themes/simple/css/custom.css b/searx/static/themes/simple/css/custom.css new file mode 100644 index 000000000..d22969837 --- /dev/null +++ b/searx/static/themes/simple/css/custom.css @@ -0,0 +1,4 @@ + +.theme-light { + background-color: azure !important; +} \ No newline at end of file diff --git a/searx/static/themes/simple/img/fufusoup-logo-blue-bg.png b/searx/static/themes/simple/img/fufusoup-logo-blue-bg.png new file mode 100644 index 000000000..87985ec74 Binary files /dev/null and b/searx/static/themes/simple/img/fufusoup-logo-blue-bg.png differ diff --git a/searx/static/themes/simple/img/fufusoup-logo.png b/searx/static/themes/simple/img/fufusoup-logo.png new file mode 100644 index 000000000..a9eefb35e Binary files /dev/null and b/searx/static/themes/simple/img/fufusoup-logo.png differ diff --git a/searx/templates/simple/base.html b/searx/templates/simple/base.html index a31ff07ee..30d228c10 100644 --- a/searx/templates/simple/base.html +++ b/searx/templates/simple/base.html @@ -61,7 +61,9 @@