File tree Expand file tree Collapse file tree 2 files changed +12
-17
lines changed Expand file tree Collapse file tree 2 files changed +12
-17
lines changed Original file line number Diff line number Diff line change 1
1
/* Override some aspects of the pydata-sphinx-theme */
2
2
3
- body {
4
- padding-top : 0px ;
3
+ : root {
4
+ --color-active-navigation : 0 , 91 , 129 ;
5
+ /* Use normal text color (like h3, ..) instead of primary color */
6
+ --color-h1 : var (--color-text-base );
7
+ --color-h2 : var (--color-text-base );
5
8
}
6
9
7
- h1 ,
8
- h2 {
9
- color : # 333 ;
10
+
11
+ body {
12
+ padding-top : 0 px ;
10
13
}
11
14
12
15
@media (min-width : 768px ) {
@@ -22,22 +25,11 @@ code {
22
25
color : # 3b444b ;
23
26
}
24
27
25
- /* Default link color for active + larger font size for sidebar*/
28
+ /* Larger font size for sidebar*/
26
29
.bd-sidebar .nav > li > a {
27
30
font-size : 1em ;
28
31
}
29
32
30
- .bd-sidebar .nav > li > a : hover ,
31
- .bd-sidebar .nav > .active : hover > a ,
32
- .bd-sidebar .nav > .active > a {
33
- color : # 005b81 ;
34
- }
35
- .toc-entry > .nav-link .active {
36
- color : # 005b81 ;
37
- border-left : 2px solid # 005b81 ;
38
- }
39
-
40
-
41
33
/* New element: brand text instead of logo */
42
34
43
35
/* .navbar-brand-text {
Original file line number Diff line number Diff line change 70
70
'css/custom.css' ,
71
71
]
72
72
73
+ html_sidebars = {
74
+ '**' : ['docs-sidebar.html' ],
75
+ }
73
76
74
77
# ---------------------------------------------------------------------------
75
78
You can’t perform that action at this time.
0 commit comments