Fix darkmode for list view

This commit is contained in:
Alexander Haase 2024-08-03 23:09:53 +02:00
parent 716bddb956
commit a87088456e

View file

@ -57,9 +57,11 @@
* default settings previously defined, if the dark color scheme is
* requested. */
@media (prefers-color-scheme: dark) {
a,
a:hover,
a:focus {
color: white;
#list {
a,
a:hover,
a:focus {
color: @white;
}
}
}