Skip to content

Commit

Permalink
Fix for version color in nav, refs #892
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jul 12, 2020
1 parent ee0ef01 commit 4691228
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
a.external {
overflow-wrap: anywhere;
}

div .wy-side-nav-search > div.version {
color: rgba(0,0,0,0.75);
}

0 comments on commit 4691228

Please sign in to comment.