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 2
2
position : relative !important ;
3
3
font-family : inherit !important ;
4
4
a {
5
- color : var (--pst-color-text-base ) ;
5
+ color : var (--pst-color-link ) !important ;
6
6
text-decoration : unset ;
7
7
@include link-style-hover ;
8
8
& :hover {
9
+ color : var (--pst-color-link-hover );
9
10
background-color : var (--pst-color-surface );
10
11
}
11
12
}
49
50
dd {
50
51
border-color : var (--pst-color-border ) !important ;
51
52
border-radius : var (--bs-dropdown-border-radius ) !important ;
53
+ border-style : solid !important ;
52
54
border-width : 1px !important ;
53
55
a {
54
- color : unset ;
56
+ color : var ( --pst-color-text-base ) !important ;
55
57
@include link-style-hover ;
58
+ & :hover {
59
+ color : var (--pst-color-link-hover );
60
+ }
56
61
}
57
62
}
58
63
}
You can’t perform that action at this time.
0 commit comments