From 7aef15ac7e30504e1ba251f1781523fa8bea9e79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Voorem=C3=A4e?= Date: Wed, 17 Sep 2025 10:16:25 +0300 Subject: [PATCH] Revert "Fix invisible text in sidebar version dropdown options [5.2]" --- docs/css/theme.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/css/theme.css b/docs/css/theme.css index d015e230..3c275f8f 100644 --- a/docs/css/theme.css +++ b/docs/css/theme.css @@ -12,8 +12,4 @@ a { .wy-menu-vertical a, .wy-side-nav-search>a { color: #ffffff; -} - -.wy-side-nav-search .version-switch select option { - color: #404040; -} +} \ No newline at end of file