fix category color
This commit is contained in:
parent
437fec9808
commit
34e9ae7be2
5 changed files with 11 additions and 7 deletions
2
beetroot_static/css/searxng-rtl.min.css
vendored
2
beetroot_static/css/searxng-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
beetroot_static/css/searxng.min.css
vendored
2
beetroot_static/css/searxng.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -5,7 +5,6 @@
|
|||
:root {
|
||||
--disroot-white: #ddd;
|
||||
--color-btn-font: #ddd;
|
||||
--color-base-font: var(--color-btn-font);
|
||||
|
||||
/* background colors */
|
||||
--disroot-lightmode: #ddd;
|
||||
|
@ -74,11 +73,16 @@
|
|||
}
|
||||
@results-margin: 0.325rem;
|
||||
|
||||
// Category color
|
||||
.category label {
|
||||
// Category color
|
||||
//.category label {
|
||||
// color: var(--color-btn-font);
|
||||
//}
|
||||
|
||||
button.category_button {
|
||||
color: var(--color-btn-font);
|
||||
}
|
||||
|
||||
|
||||
// Navbar links in right corner only on results page
|
||||
// (needed when using disroot color as navbar background)
|
||||
.results_endpoint #links_on_top a,
|
||||
|
|
Loading…
Reference in a new issue