mirror of
https://github.com/alehaa/nginx-fancyindex-flat-theme.git
synced 2025-04-26 00:49:53 +03:00
Fix darkmode for list view
This commit is contained in:
parent
716bddb956
commit
a87088456e
1 changed files with 6 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue