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

Commit 958fa9f

Browse files
authored
Update style.responsive.dark.css
1 parent 60550d6 commit 958fa9f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/css/theme/style.responsive.dark.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
}
1313

1414
.sidebar ul.menu { background-color: #2b2e35; }
15-
.sidebar ul.menu li { color: #717377; }
16-
.sidebar ul.menu li a { color: #dfe1e7; }
15+
.sidebar ul.menu li { color: #646b7c; }
16+
.sidebar ul.menu li a { color: #74bdf5; }
1717
.sidebar ul.menu li a:hover {
1818
background-color: #393c45;
19-
color: white;
19+
color: #74bdf5;
2020
}
2121

2222
.sidebar ul.menu li a.current {
23-
color: #10a2f1;
23+
color: white;
2424
}
2525

2626
/*
@@ -43,5 +43,5 @@
4343
simplebar color
4444
*/
4545
.simplebar-scrollbar {
46-
background: #858585;
46+
background: #646b7c;
4747
}

0 commit comments

Comments
 (0)