File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ body.dark .toggle-dark {
135
135
display : inline-flex ;
136
136
padding : 0.1875rem 0.5rem ;
137
137
margin-top : 0.125rem ;
138
- margin-left : 0.75 rem ;
138
+ margin-left : 1.25 rem ;
139
139
text-decoration : none ;
140
140
}
141
141
Original file line number Diff line number Diff line change @@ -56,4 +56,4 @@ editPage = false
56
56
breadCrumb = false
57
57
highLight = true
58
58
kaTex = false
59
- collapsibleSidebar = true
59
+ collapsibleSidebar = false
Original file line number Diff line number Diff line change 14
14
{{ range .Children -}}
15
15
{{- $active := or ($currentPage.IsMenuCurrent "docs" .) ($currentPage.HasMenuCurrent "docs" .) -}}
16
16
{{- $active = or $active (eq $currentPage.Section .Identifier) -}}
17
- < li > < a class ="link-dark rounded{{ if $active }} active{{ end }} " href ="{{ .URL | relURL }} "> {{ .Name }}</ a > </ li >
17
+ < li > < a class ="docs-link rounded{{ if $active }} active{{ end }} " href ="{{ .URL | relURL }} "> {{ .Name }}</ a > </ li >
18
18
{{ end -}}
19
19
</ ul >
20
20
</ div >
You can’t perform that action at this time.
0 commit comments