Skip to content

Commit

Permalink
Fix ToC items.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed May 4, 2019
1 parent 5183d2f commit 1286645
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/static/docs/4.3/assets/scss/_dark-mode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@
border-color: rgba(255, 255, 255, .05);
}
.bd-toc-link,
.bd-toc nav li a,
.bd-sidebar .nav > li > a {
color: rgba(255, 255, 255, .75);
}
.bd-toc-link:hover,
.bd-toc nav li a:hover,
.bd-sidebar .nav > li > a:hover,
.bd-sidebar .nav > .active > a,
.bd-sidebar .nav > .active:hover > a,
Expand Down

0 comments on commit 1286645

Please sign in to comment.