We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a91a4c commit c9589bcCopy full SHA for c9589bc
src/pydata_sphinx_theme/assets/styles/components/_readthedocs-switcher.scss
@@ -2,10 +2,11 @@
2
position: relative !important;
3
font-family: inherit !important;
4
a {
5
- color: var(--pst-color-text-base);
+ color: var(--pst-color-link) !important;
6
text-decoration: unset;
7
@include link-style-hover;
8
&:hover {
9
+ color: var(--pst-color-link-hover);
10
background-color: var(--pst-color-surface);
11
}
12
@@ -49,10 +50,14 @@
49
50
dd {
51
border-color: var(--pst-color-border) !important;
52
border-radius: var(--bs-dropdown-border-radius) !important;
53
+ border-style: solid !important;
54
border-width: 1px !important;
55
- color: unset;
56
+ color: var(--pst-color-text-base) !important;
57
58
+ &:hover {
59
60
+ }
61
62
63
0 commit comments