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

Commit 62de107

Browse files
committed
update theme
1 parent 4ef7b4f commit 62de107

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313

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

2222
.sidebar ul.menu li a.current {
@@ -27,7 +27,7 @@
2727
notifications
2828
*/
2929
.sidebar span.notifi {
30-
background-color: #10a2f1;
30+
background-color: #3bb9fe;
3131
color: #2b2e35;
3232
}
3333

@@ -40,7 +40,7 @@
4040
}
4141

4242
/*
43-
simplebar color
43+
simplebar
4444
*/
4545
.simplebar-scrollbar {
4646
background: #646b7c;

src/css/theme/style.responsive.light.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
.sidebar ul.menu li { color: #bfbfbf; }
1616
.sidebar ul.menu li a { color: #7b7d7e; }
1717
.sidebar ul.menu li a:hover {
18-
background-color: #fbfbfb;
19-
color: #353637;
18+
background-color: #e8e8e8;
19+
color: #7b7d7e;
2020
}
2121

2222
.sidebar ul.menu li a.current {
@@ -40,7 +40,7 @@
4040
}
4141

4242
/*
43-
simplebar color
43+
simplebar
4444
*/
4545
.simplebar-scrollbar {
4646
background: #cacaca;

0 commit comments

Comments
 (0)