Skip to content

Commit 214bbd9

Browse files
committed
Change expansion button colours
1 parent 76a1aaa commit 214bbd9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/_static/custom.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,12 +262,20 @@ pre {
262262
background-color: var(--color-pre-background--light);
263263
}
264264

265+
.toctree-expand {
266+
background-color: var(--color-accent--light);
267+
}
268+
265269
body.theme-dark {
266270
color: var(--color-primary--dark);
267271
background-color: #22222d;
268272
}
269273

270274
body.theme-dark {
275+
.toctree-expand {
276+
background-color: var(--color-accent--dark)!important;
277+
}
278+
271279
code {
272280
color: #cb7f90!important;
273281
background-color: var(--color-background-dim--dark);

0 commit comments

Comments
 (0)