mirror of
https://github.com/searxng/searxng.git
synced 2026-05-27 05:10:12 +02:00
[theme] replace all hardcoded colors by css vars and drop ununsed vars
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
padding: 5px 0 0 0;
|
||||
float: left;
|
||||
width: 50%;
|
||||
color: darken(#dcdcdc, 30%);
|
||||
color: var(--color-settings-engine-description-font);
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
|
||||
.preferences_back {
|
||||
background: none repeat scroll 0 0 var(--color-settings-return-background);
|
||||
color: white;
|
||||
color: var(--color-settings-return-font);
|
||||
border: 0 none;
|
||||
.rounded-corners;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user