From fb4a0e6808c27758d75b6ad4ebba98cf77c56542 Mon Sep 17 00:00:00 2001 From: Dengda98 Date: Wed, 6 Aug 2025 11:11:58 +0800 Subject: [PATCH] change switch color --- docs/source/_static/my_theme.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/source/_static/my_theme.css b/docs/source/_static/my_theme.css index 5d4220d7..b5e8d6a1 100755 --- a/docs/source/_static/my_theme.css +++ b/docs/source/_static/my_theme.css @@ -16,6 +16,20 @@ background-color: #00bd88 !important; } +/* 更改斑斑切换和语言切换的符号字体颜色 */ +.wy-side-nav-search div.switch-menus { + color: rgb(79, 79, 79) +} + +.wy-side-nav-search div.switch-menus div.language-switch select { + color: rgb(79, 79, 79) +} + +.wy-side-nav-search div.switch-menus div.version-switch select { + color: rgb(79, 79, 79) +} + + /* 如果需要,同时修改顶部标题栏颜色 */ /* .wy-nav-top { background-color: #FF5722 !important;