Fix for: Every icon has white background in the menu bar.

This commit is contained in:
Carve 2024-10-10 00:11:33 -04:00
parent e1c7544f85
commit a8d10792fa

View File

@ -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);
}