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

Commit 23ede30

Browse files
committed
Fix color
1 parent 043b31d commit 23ede30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/style.menu.dark.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
background-color: #363c49;
4444
}
4545

46-
.sidebar ul.menu li ul li.parent:before { color: #b9b9b9; }
47-
.sidebar ul.menu li ul li.parent.active:before { color: #494949; }
46+
.sidebar ul.menu li ul li.parent:before { color: #6b7382; }
47+
.sidebar ul.menu li ul li.parent.active:before { color: #b9b9b9; }
4848
.sidebar ul.menu li ul li ul {
4949
border-left: 1px solid #363c49;
5050
}

0 commit comments

Comments
 (0)