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

Commit cf15e7a

Browse files
committed
redesign theme
1 parent f13d045 commit cf15e7a

File tree

2 files changed

+22
-16
lines changed

2 files changed

+22
-16
lines changed

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

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,37 +13,40 @@
1313
}
1414

1515
.sidebar .title {
16-
background-color: #333c48;
16+
background-color: #283244;
1717
font-weight: 600;
18-
color: #e6e9ed;
18+
color: white;
1919
}
2020

21-
.sidebar ul.menu { background-color: #262a34; }
22-
.sidebar ul.menu li { color: #5e6776; }
23-
.sidebar ul.menu li a { color: #808c9f; }
21+
.sidebar ul.menu { background-color: #1d222c; }
22+
.sidebar ul.menu li {
23+
font-weight: 600;
24+
color: #6a6e76;
25+
}
26+
.sidebar ul.menu li a { color: #9197a1; }
2427
.sidebar ul.menu li a:hover {
25-
background-color: #2e333e;
28+
background-color: #27303f;
2629
font-weight: 600;
27-
color: #e95656;
30+
color: #10a2f1;
2831
}
2932

3033
.sidebar ul.menu li a.current {
31-
border-right: 2px solid #e95656;
34+
border-right: 2px solid #10a2f1;
3235
font-weight: 600;
33-
color: #e6e9ed;
36+
color: #10a2f1;
3437
}
3538

3639
/*
3740
notifications
3841
*/
3942
.sidebar span.notifi {
40-
color: #e95656;
43+
color: #10a2f1;
4144
}
4245

4346
@media only screen and (min-width: 768px) {
4447

4548
.sidebar {
46-
background-color: #262a34;
49+
background-color: #1d222c;
4750
}
4851

4952
}

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,28 @@
1919
}
2020

2121
.sidebar ul.menu { background-color: white; }
22-
.sidebar ul.menu li { color: #a8a8a8; }
22+
.sidebar ul.menu li {
23+
font-weight: 600;
24+
color: #a8a8a8;
25+
}
2326
.sidebar ul.menu li a { color: #737373; }
2427
.sidebar ul.menu li a:hover {
2528
background-color: #f4f4f4;
2629
font-weight: 600;
27-
color: #636363;
30+
color: #10a2f1;
2831
}
2932

3033
.sidebar ul.menu li a.current {
31-
border-right: 2px solid #e95656;
34+
border-right: 2px solid #10a2f1;
3235
font-weight: 600;
33-
color: #e95656;
36+
color: #10a2f1;
3437
}
3538

3639
/*
3740
notifications
3841
*/
3942
.sidebar span.notifi {
40-
color: #e95656;
43+
color: #10a2f1;
4144
}
4245

4346
@media only screen and (min-width: 768px) {

0 commit comments

Comments
 (0)