File tree Expand file tree Collapse file tree 2 files changed +19
-8
lines changed Expand file tree Collapse file tree 2 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 50
50
51
51
@media (min-width : $MQMobile)
52
52
padding : 1.5rem 0
53
- margin : 0 2.5 em
53
+ margin : 0 2.5 rem
54
54
55
55
& .fixed
56
56
position fixed
61
61
display flex
62
62
.breadcrumb
63
63
margin-right : 0.5em
64
+ color : $sidebarTextColor ;
65
+ opacity : 0.5 ;
66
+ font-weight 600
67
+ transition : opacity 0.5s ;
64
68
& :not (:first-child )::before
65
69
margin-right : 0.5em
66
70
content "/"
67
71
font-family inherit
68
72
font-size inherit
69
73
70
74
& :last-child
71
- cursor default
75
+ & :hover
76
+ opacity 1
77
+ color : $accentColor
72
78
</style >
Original file line number Diff line number Diff line change @@ -3,15 +3,11 @@ ul > li > a.sidebar-link {
3
3
font-weight : 500 ;
4
4
}
5
5
6
- ul .sidebar-links > li > a {
7
- color : inherit ;
8
- }
9
-
10
6
header .navbar .nav-links {
11
7
display : none ;
12
8
}
13
9
14
- .sidebar {
10
+ #app .sidebar {
15
11
.nav-links {
16
12
display : block !important ;
17
13
@@ -20,8 +16,17 @@ header.navbar .nav-links {
20
16
}
21
17
}
22
18
23
- .sidebar-heading {
19
+ .sidebar-group-items {
20
+ font-size : 1em !important ;
21
+
22
+ > li .sidebar-link {
23
+ font-size : 0.95em !important ;
24
+ }
25
+ }
26
+
27
+ > .sidebar-links > li > a .sidebar-link , .sidebar-heading {
24
28
font-weight : bold !important ;
29
+ font-size : 1em ;
25
30
}
26
31
27
32
.sidebar-group.is-sub-group a .sidebar-link {
You can’t perform that action at this time.
0 commit comments