mirror of
https://github.com/Carve/qbittorrent-webui-cjratliff.com.git
synced 2024-11-13 18:30:48 +01:00
Fix for: Every icon has white background in the menu bar.
This commit is contained in:
parent
e1c7544f85
commit
a8d10792fa
@ -66,7 +66,7 @@ body {
|
||||
|
||||
/* Fixes for darkmode */
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body.darkmode, body {
|
||||
body.darkmode, body, .MyMenuIcon, #desktopNavbar li ul li a {
|
||||
background-color: var(--darkmode-background);
|
||||
color: var(--darkmode-text);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user