Fix dark theme FolderList change

This commit is contained in:
djmaze 2021-08-25 12:18:24 +02:00
parent e57069af4e
commit 0d35c70d7c

View file

@ -145,6 +145,6 @@
filter: drop-shadow(0 0 1px #FFF); filter: drop-shadow(0 0 1px #FFF);
} }
.b-folders .e-item a.focused { .b-folders li a.focused {
background-color: #111; background-color: #111;
} }