File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
src/pydata_sphinx_theme/assets/styles/components Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 33 font-family : inherit !important ;
44 a {
55 color : var (--pst-color-link ) !important ;
6- text-decoration : unset ;
6+ text-decoration : underline !important ;
7+ @include link-decoration ;
78 @include link-style-hover ;
89 & :hover {
9- color : var (--pst-color-link-hover );
10- background-color : var (--pst-color-surface );
10+ color : var (--pst-color-link-hover ) !important ;
1111 }
1212 }
1313 & .rst-badge {
5353 border-style : solid !important ;
5454 border-width : 1px !important ;
5555 a {
56+ text-decoration : none !important ;
57+ background-color : var (--pst-color-surface );
5658 color : var (--pst-color-text-base ) !important ;
5759 @include link-style-hover ;
5860 & :hover {
59- color : var (--pst-color-link-hover );
61+ color : var (--pst-color-link-hover ) !important ;
6062 }
6163 }
6264 }
You can’t perform that action at this time.
0 commit comments