This repository was archived by the owner on Sep 5, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +22
-16
lines changed Expand file tree Collapse file tree 2 files changed +22
-16
lines changed Original file line number Diff line number Diff line change 13
13
}
14
14
15
15
.sidebar .title {
16
- background-color : # 333c48 ;
16
+ background-color : # 283244 ;
17
17
font-weight : 600 ;
18
- color : # e6e9ed ;
18
+ color : white ;
19
19
}
20
20
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 ; }
24
27
.sidebar ul .menu li a : hover {
25
- background-color : # 2e333e ;
28
+ background-color : # 27303f ;
26
29
font-weight : 600 ;
27
- color : # e95656 ;
30
+ color : # 10a2f1 ;
28
31
}
29
32
30
33
.sidebar ul .menu li a .current {
31
- border-right : 2px solid # e95656 ;
34
+ border-right : 2px solid # 10a2f1 ;
32
35
font-weight : 600 ;
33
- color : # e6e9ed ;
36
+ color : # 10a2f1 ;
34
37
}
35
38
36
39
/*
37
40
notifications
38
41
*/
39
42
.sidebar span .notifi {
40
- color : # e95656 ;
43
+ color : # 10a2f1 ;
41
44
}
42
45
43
46
@media only screen and (min-width : 768px ) {
44
47
45
48
.sidebar {
46
- background-color : # 262a34 ;
49
+ background-color : # 1d222c ;
47
50
}
48
51
49
52
}
Original file line number Diff line number Diff line change 19
19
}
20
20
21
21
.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
+ }
23
26
.sidebar ul .menu li a { color : # 737373 ; }
24
27
.sidebar ul .menu li a : hover {
25
28
background-color : # f4f4f4 ;
26
29
font-weight : 600 ;
27
- color : # 636363 ;
30
+ color : # 10a2f1 ;
28
31
}
29
32
30
33
.sidebar ul .menu li a .current {
31
- border-right : 2px solid # e95656 ;
34
+ border-right : 2px solid # 10a2f1 ;
32
35
font-weight : 600 ;
33
- color : # e95656 ;
36
+ color : # 10a2f1 ;
34
37
}
35
38
36
39
/*
37
40
notifications
38
41
*/
39
42
.sidebar span .notifi {
40
- color : # e95656 ;
43
+ color : # 10a2f1 ;
41
44
}
42
45
43
46
@media only screen and (min-width : 768px ) {
You can’t perform that action at this time.
0 commit comments