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

Commit 7a0b0f2

Browse files
committed
Update
1 parent ca5d05c commit 7a0b0f2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/css/style.menu.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55
.nav .click {
66
cursor: pointer;
7-
margin: 5px 20px 0 0;
7+
margin: 10px 20px 0 0;
88
float: right;
99
}
1010

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

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

1211
.sidebar .title {

0 commit comments

Comments
 (0)