File tree Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Original file line number Diff line number Diff line change 41
41
42
42
#sidebar summary {
43
43
border-top: 1px solid var(--border-color);
44
- padding: 0.5rem 0;
45
- padding-left: 0.5rem;
44
+ padding: 0.5rem 0.5rem;
46
45
font-weight: bold;
47
46
cursor: default;
48
47
}
49
48
50
49
#sidebar ul {
51
50
list-style: none;
52
- padding: 0;
53
- margin: 0;
51
+ padding-left: 0.25rem;
52
+ margin: 0 0 0.5rem 0.75rem;
53
+ border-left: 1px solid var(--border-color);
54
54
}
55
55
56
56
#sidebar a {
57
57
display: block;
58
- text-decoration: none;
59
- padding: 0.5rem 0;
60
- padding-left: 0.5rem;
58
+ padding: 0.5rem;
61
59
color: inherit;
62
60
}
63
61
64
- #sidebar ul a {
65
- padding-left: 1rem ;
62
+ #sidebar .selected {
63
+ text-decoration: underline ;
66
64
}
67
65
68
- #sidebar a:hover,
69
- #sidebar .selected,
70
- #sidebar details > summary:hover {
66
+ #sidebar a:hover,
67
+ #sidebar details > summary:hover {
71
68
background-color: var(--tertiary-background-color);
72
69
}
73
70
74
71
#sidebar-content {
75
72
position: sticky;
76
- top: 100px ;
73
+ top: 80px ;
77
74
}
78
75
79
76
#footer {
You can’t perform that action at this time.
0 commit comments