File tree 1 file changed +11
-6
lines changed
pandas_sphinx_theme/static/css
1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 11
11
padding : 0 15px ;
12
12
/* line-height: 50px; */
13
13
}
14
+
15
+ .navbar-nav > .active > .nav-link {
16
+ font-weight : 600 ;
17
+ color : # 130654 !important ;
18
+ }
19
+
14
20
.navbar-header a {
15
21
padding : 0 15px ;
16
22
/* line-height: 50px; */
176
182
.bd-sidebar .nav > .active > a ,
177
183
.bd-sidebar .nav > .active : hover > a {
178
184
font-weight : 600 ;
179
- background : # 007bff ;
180
- color : white;
185
+ color : # 130654 ;
181
186
/* adjusted from original
182
187
color: rgba(0, 0, 0, 0.85);
183
188
background-color: transparent; */
198
203
.bd-sidebar .nav > li > ul > .active > a ,
199
204
.bd-sidebar .nav > li > ul > .active : hover > a {
200
205
font-weight : 600 ;
201
- background : # 007bff ;
202
- color : white;
206
+ color : # 130654 ;
203
207
}
204
208
205
209
/* offsetting html anchor titles to adjust for fixed header, https://github.com/pandas-dev/pandas-sphinx-theme/issues/6*/
@@ -232,9 +236,10 @@ body {
232
236
}
233
237
234
238
.toc-entry > .nav-link .active {
235
- background : # 007bff ;
236
- color : white;
237
239
font-weight : 600 ;
240
+ color : # 130654 ;
241
+ background-color : transparent;
242
+ border-left : 2px solid # 563d7c ;
238
243
}
239
244
240
245
.nav-link : hover {
You can’t perform that action at this time.
0 commit comments