Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit ad574d8

Browse files
committed
Fix click menu for light theme
1 parent 2e3517e commit ad574d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/theme/style.menu.light.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
light theme sidebar menu
44
*/
55
.nav .click { color: white; }
6-
.nav .click .menu { color: #b2cddd; }
6+
.nav .click .menu { color: #cdcdcd; }
77
.nav .click .menu:hover {
8-
background-color: #b2cddd;
8+
background-color: #cdcdcd;
99
color: white;
1010
}
1111

0 commit comments

Comments
 (0)