File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 15
15
< title >
16
16
{{ if ne .URL "/" }}{{ .Title }} | {{ end }}{{ .Site.Title }}
17
17
</ title >
18
- < link rel ="stylesheet " href ="https://cdn.labstack.com/css/w3.css ">
19
18
< link rel ="stylesheet " href ="https://unpkg.com/font-awesome@4.6.3/css/font-awesome.min.css ">
20
19
< link rel ="stylesheet " href ="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css ">
20
+ < link rel ="stylesheet " href ="https://cdn.labstack.com/css/w3.css ">
21
21
< link rel ="stylesheet " href ="{{ .Site.BaseURL }}/styles/prism.css ">
22
22
< link rel ="stylesheet " href ="{{ .Site.BaseURL }}/styles/main.css ">
Original file line number Diff line number Diff line change 1
- < nav id ="sidenav " class ="w3-sidenav w3-collapse w3-animate-left ">
1
+ < nav id ="sidenav " class ="w3-sidenav w3-collapse ">
2
2
< span class ="w3-closenav w3-xxlarge w3-hide-large " onclick ="closeSidenav() ">
3
3
×
4
4
</ span >
Original file line number Diff line number Diff line change @@ -131,10 +131,15 @@ a.icon {
131
131
background : # F5F5F5 ;
132
132
}
133
133
134
+ .w3-sidenav a : not (.active ): hover {
135
+ background : # CCC ;
136
+ color : # 000 ;
137
+ }
138
+
134
139
.w3-sidenav a : hover ,
135
140
.w3-sidenav .active {
136
- background : # 00AFD1 ;
137
- color : # FFF ;
141
+ background : # 00AFD1 ;
142
+ color : # FFF ;
138
143
}
139
144
140
145
# search-menu {
You can’t perform that action at this time.
0 commit comments