Merge branch 'rolling' into rolling
2
Cargo.lock
generated
@ -4066,7 +4066,7 @@ checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10"
|
||||
|
||||
[[package]]
|
||||
name = "websurfx"
|
||||
version = "1.6.2"
|
||||
version = "1.6.3"
|
||||
dependencies = [
|
||||
"actix-cors",
|
||||
"actix-files",
|
||||
|
@ -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"
|
||||
|
@ -41,6 +41,8 @@
|
||||
rustPackages.clippy
|
||||
rustc
|
||||
yamllint
|
||||
openssl
|
||||
pkg-config
|
||||
];
|
||||
RUST_SRC_PATH = rustPlatform.rustLibSrc;
|
||||
};
|
||||
|
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 73 KiB |
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 36 KiB |
@ -348,7 +348,7 @@ footer div {
|
||||
}
|
||||
|
||||
.results_aggregated .result h1 a:visited {
|
||||
color: var(--background-color);
|
||||
color: var(--color-five);
|
||||
}
|
||||
|
||||
.results_aggregated .result small {
|
||||
|