Skip to content

Commit 52d20a3

Browse files
remigathoniremigathoni
andauthored
Adjust sidebar font colors (#7674)
Co-authored-by: remigathoni <[email protected]>
1 parent 39caafa commit 52d20a3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

doc/_static/style.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,19 +172,16 @@ https://github.com/bokeh/bokeh/blob/branch-2.4/sphinx/source/bokeh/static/custom
172172
display: block;
173173
padding: 0.25rem 1.5rem;
174174
font-size: 90%;
175-
color: rgba(0, 0, 0, 0.65);
176175
}
177176

178177
.bd-sidebar .nav > li > a:hover {
179-
color: rgba(0, 0, 0, 0.85);
180178
text-decoration: none;
181179
background-color: transparent;
182180
}
183181

184182
.bd-sidebar .nav > .active > a,
185183
.bd-sidebar .nav > .active:hover > a {
186184
font-weight: 400;
187-
color: #130654;
188185
/* adjusted from original
189186
color: rgba(0, 0, 0, 0.85);
190187
background-color: transparent; */
@@ -199,13 +196,11 @@ https://github.com/bokeh/bokeh/blob/branch-2.4/sphinx/source/bokeh/static/custom
199196
display: block;
200197
padding: 0.25rem 1.5rem;
201198
font-size: 90%;
202-
color: rgba(0, 0, 0, 0.65);
203199
}
204200

205201
.bd-sidebar .nav > li > ul > .active > a,
206202
.bd-sidebar .nav > li > ul > .active:hover > a {
207203
font-weight: 400;
208-
color: #542437;
209204
}
210205

211206
dt:target {

0 commit comments

Comments
 (0)