Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/source/_static/my_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down