fix category color

This commit is contained in:
meaz 2023-11-15 09:36:38 +01:00
parent 437fec9808
commit 34e9ae7be2
Signed by: meaz
GPG key ID: CD7A47B2F1ED43B4
5 changed files with 11 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -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,