File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
src/pydata_sphinx_theme/assets/styles/components Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 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 }
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 }
You can’t perform that action at this time.
0 commit comments