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

Commit 2e3517e

Browse files
committed
Fix click menu
1 parent e6ba586 commit 2e3517e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/theme/style.menu.dark.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
.nav .click { color: white; }
66
.nav .click .menu { color: #6f788d; }
77
.nav .click .menu:hover {
8-
background-color: #b2cddd;
9-
color: white;
8+
background-color: #404757;
9+
color: #e6e9ed;
1010
}
1111

1212
.sidebar .title {

0 commit comments

Comments
 (0)