We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f14f45 commit 51219feCopy full SHA for 51219fe
src/pydata_sphinx_theme/assets/styles/components/_switcher-theme.scss
@@ -29,6 +29,17 @@
29
}
30
31
32
+// specific border color when the button is nested in the navbar
33
+// as it's color is different from the header
34
+.bd-sidebar-primary .theme-switch-button {
35
+ border-color: var(--pst-color-background);
36
+
37
+ &:hover,
38
+ &:active {
39
+ border-color: var(--pst-color-background) !important;
40
+ }
41
+}
42
43
html[data-mode="auto"] .theme-switch-button a[data-mode="auto"] {
44
display: flex;
45
0 commit comments