This repository was archived by the owner on Sep 5, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +39
-32
lines changed Expand file tree Collapse file tree 4 files changed +39
-32
lines changed Original file line number Diff line number Diff line change 35
35
36
36
.sidebar ul .menu {
37
37
background-color : white;
38
+ padding-bottom : 15px ;
38
39
list-style : none;
39
40
margin : 0 ;
40
41
}
46
47
47
48
.sidebar ul .menu li {
48
49
line-height : 38px ;
49
- margin : 0 ;
50
+ font-weight : 500 ;
51
+ padding-top : 15px ;
50
52
color : # 353637 ;
51
53
}
52
54
53
55
.sidebar ul .menu li ul li {
54
- font-size : 1.125em ;
56
+ padding-top : 0 ;
57
+ font-size : 1.125em ;
58
+ margin : 0 ;
55
59
}
56
60
57
61
.sidebar ul .menu li span span {
58
62
padding : 0 15px 0 25px ;
59
63
display : block;
60
64
}
61
65
62
- .sidebar ul .menu li .top {
63
- padding-top : 15px ;
64
- }
65
-
66
66
.sidebar ul .menu li .icon {
67
67
margin-right : 10px ;
68
68
font-size : 12px ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+
2
+ /*
3
+ theme style sidebar menu
4
+ */
5
+ .nav .click { color : # 717377 ; }
6
+ .nav .click .menu : hover { background-color : # 272a30 ; }
7
+
8
+ .sidebar .title {
9
+ background-color : # 393c45 ;
10
+ font-weight : 500 ;
11
+ color : white;
12
+ }
13
+
14
+ .sidebar ul .menu { background-color : # 2b2e35 ; }
15
+ .sidebar ul .menu li { color : # 717377 ; }
16
+ .sidebar ul .menu li a { color : # dfe1e7 ; }
17
+ .sidebar ul .menu li a : hover {
18
+ background-color : # 393c45 ;
19
+ color : white;
20
+ }
21
+
22
+ .sidebar ul .menu li a .current {
23
+ color : # ff933b ;
24
+ }
25
+
26
+ @media only screen and (min-width : 768px ) {
27
+
28
+ .sidebar {
29
+ background-color : # 2b2e35 ;
30
+ }
31
+
32
+ }
Original file line number Diff line number Diff line change 9
9
10
10
<!-- CSS styles -->
11
11
< link rel ="stylesheet " href ="css/style.css ">
12
- <!-- <link rel="stylesheet" href="css/style.responsive.dark .css">-- >
12
+ < link rel ="stylesheet " href ="css/style.responsive.theme .css ">
13
13
</ head >
14
14
< body >
15
15
<!-- navigation -->
You can’t perform that action at this time.
0 commit comments