[refactor] simple theme: *.less - replace hardcoded colors

Closes: https://github.com/searxng/searxng/issues/3842
This commit is contained in:
Bnyro
2024-10-02 16:34:49 +02:00
committed by Markus Heiser
parent b42ce34ca8
commit 421c131707
8 changed files with 19 additions and 23 deletions
@@ -29,7 +29,7 @@
}
span.linenos {
color: #64708d;
color: var(--color-line-number);
}
}
}