diff --git a/Cargo.lock b/Cargo.lock index 1e3d8d8..abf5750 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4066,7 +4066,7 @@ checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10" [[package]] name = "websurfx" -version = "1.6.2" +version = "1.6.3" dependencies = [ "actix-cors", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index b561f66..b8c4e1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "websurfx" -version = "1.6.2" +version = "1.6.3" edition = "2021" description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind." repository = "https://github.com/neon-mmd/websurfx" diff --git a/flake.nix b/flake.nix index 6c30713..749f3af 100644 --- a/flake.nix +++ b/flake.nix @@ -41,6 +41,8 @@ rustPackages.clippy rustc yamllint + openssl + pkg-config ]; RUST_SRC_PATH = rustPlatform.rustLibSrc; }; diff --git a/images/404_error_page.png b/images/404_error_page.png index bea59d9..47cc576 100644 Binary files a/images/404_error_page.png and b/images/404_error_page.png differ diff --git a/images/main_page.png b/images/main_page.png index dce6a7f..8ea1fa1 100644 Binary files a/images/main_page.png and b/images/main_page.png differ diff --git a/images/search_page.png b/images/search_page.png index b131181..23db26c 100644 Binary files a/images/search_page.png and b/images/search_page.png differ diff --git a/images/websurfx_logo.png b/images/websurfx_logo.png index 07157f1..5430dd6 100644 Binary files a/images/websurfx_logo.png and b/images/websurfx_logo.png differ diff --git a/public/static/themes/simple.css b/public/static/themes/simple.css index 9aa1ef7..aab743e 100644 --- a/public/static/themes/simple.css +++ b/public/static/themes/simple.css @@ -348,7 +348,7 @@ footer div { } .results_aggregated .result h1 a:visited { - color: var(--background-color); + color: var(--color-five); } .results_aggregated .result small {