Skip to content

Commit

Permalink
DOC: Make RTD version dropdown higher contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
scottclowe committed Feb 7, 2025
1 parent b5b5484 commit 94b540c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/source/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,15 @@ footer {
}
}

.wy-side-nav-search > div.switch-menus > div.version-switch select {
color: hsla(0,0%,100%,.5);
font-family: "Source Sans 3", Lato, sans-serif;

&:hover {
color: hsla(0,0%,100%,.6);
}
}

/* Button */
.btn-neutral {
background-color: var(--color-white) !important;
Expand Down

0 comments on commit 94b540c

Please sign in to comment.