Skip to content

Commit c9589bc

Browse files
committed
more styling tweaks
1 parent 1a91a4c commit c9589bc

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/pydata_sphinx_theme/assets/styles/components/_readthedocs-switcher.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
position: relative !important;
33
font-family: inherit !important;
44
a {
5-
color: var(--pst-color-text-base);
5+
color: var(--pst-color-link) !important;
66
text-decoration: unset;
77
@include link-style-hover;
88
&:hover {
9+
color: var(--pst-color-link-hover);
910
background-color: var(--pst-color-surface);
1011
}
1112
}
@@ -49,10 +50,14 @@
4950
dd {
5051
border-color: var(--pst-color-border) !important;
5152
border-radius: var(--bs-dropdown-border-radius) !important;
53+
border-style: solid !important;
5254
border-width: 1px !important;
5355
a {
54-
color: unset;
56+
color: var(--pst-color-text-base) !important;
5557
@include link-style-hover;
58+
&:hover {
59+
color: var(--pst-color-link-hover);
60+
}
5661
}
5762
}
5863
}

0 commit comments

Comments
 (0)