Skip to content

Commit

Permalink
Change expansion button colours
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Jan 4, 2025
1 parent 76a1aaa commit 214bbd9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -262,12 +262,20 @@ pre {
background-color: var(--color-pre-background--light);
}

.toctree-expand {
background-color: var(--color-accent--light);
}

body.theme-dark {
color: var(--color-primary--dark);
background-color: #22222d;
}

body.theme-dark {
.toctree-expand {
background-color: var(--color-accent--dark)!important;
}

code {
color: #cb7f90!important;
background-color: var(--color-background-dim--dark);
Expand Down

0 comments on commit 214bbd9

Please sign in to comment.