mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[fix] simple theme: /preferences: dark theme version for the response time bar charts
This commit is contained in:
parent
9f0b47f525
commit
67b0b68b40
2 changed files with 7 additions and 5 deletions
|
|
@ -8,6 +8,7 @@
|
|||
html {
|
||||
/// Base Colors
|
||||
--color-base-font: #444;
|
||||
--color-base-font-rgb: 68, 68, 68;
|
||||
--color-base-background: #fff;
|
||||
--color-url-font: #29314d;
|
||||
--color-url-visited-font: #80b;
|
||||
|
|
@ -108,6 +109,7 @@ html {
|
|||
html {
|
||||
/// Base Colors
|
||||
--color-base-font: #bbb;
|
||||
--color-base-font-rgb: 187, 187, 187;
|
||||
--color-base-background: #222;
|
||||
--color-url-font: #8af;
|
||||
--color-url-visited-font: #96b;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue