From 94b540c38e04019782468ed1541f96d4234dd781 Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Thu, 6 Feb 2025 23:51:02 -0800 Subject: [PATCH] DOC: Make RTD version dropdown higher contrast --- docs/source/_static/css/custom.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/source/_static/css/custom.css b/docs/source/_static/css/custom.css index 364442a..ae4e02f 100644 --- a/docs/source/_static/css/custom.css +++ b/docs/source/_static/css/custom.css @@ -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;