File tree 1 file changed +9
-4
lines changed
src/pydata_sphinx_theme/assets/styles/components
1 file changed +9
-4
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
}
12
13
& .rst-badge {
13
14
border-color : var (--pst-color-border ) !important ;
14
- border-radius : var ( --bs-dropdown- border-radius) !important ;
15
+ border-radius : $admonition- border-radius ;
15
16
border-style : solid !important ;
16
17
border-width : 1px !important ;
17
18
bottom : unset !important ;
48
49
}
49
50
dd {
50
51
border-color : var (--pst-color-border ) !important ;
51
- border-radius : var (--bs-dropdown-border-radius ) !important ;
52
+ border-radius : $admonition-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