From d943de87b37111fee82881ade2ac9dddcdd4bd53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Voorem=C3=A4e?= Date: Fri, 12 Sep 2025 01:39:13 +0300 Subject: [PATCH] set readable text color for version dropdown options --- docs/css/theme.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/css/theme.css b/docs/css/theme.css index 3c275f8f..d015e230 100644 --- a/docs/css/theme.css +++ b/docs/css/theme.css @@ -12,4 +12,8 @@ a { .wy-menu-vertical a, .wy-side-nav-search>a { color: #ffffff; -} \ No newline at end of file +} + +.wy-side-nav-search .version-switch select option { + color: #404040; +}