Skip to content

Commit 60a83d7

Browse files
authored
fix dropdown content in darkmood (#4428)
* changes the bg color of dropdown content in darkmood * fix dark mode bug
1 parent 8bdf74b commit 60a83d7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

css/themes.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,17 @@
104104
color: white;
105105
}
106106

107+
.dark .dropdown-content li > a {
108+
background-color: #1c1c1c;
109+
color: #3fe0d1;
110+
}
111+
112+
.dark .dropdown-content li > a:hover {
113+
background-color: #333;
114+
}
107115

116+
.dark .dropdown-content {
117+
background-color: #1c1c1c;
118+
}
108119

109120
/* Your Custom Theme can go here if you don't want to modify the existing dark mode */

0 commit comments

Comments
 (0)