File tree 3 files changed +5
-11
lines changed
src/pydata_sphinx_theme/assets/styles
3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 22
22
p {
23
23
margin-bottom : 1.15rem ;
24
24
font-size : 1em ;
25
- color : var (--pst-color-text-base );
26
25
27
26
/* section header in docstring pages */
28
27
& .rubric {
Original file line number Diff line number Diff line change 5
5
width : 100% ;
6
6
7
7
p {
8
+ color : var (--pst-color-text-muted );
8
9
margin : 0 0.3em ;
9
10
line-height : 1.3em ;
10
11
}
Original file line number Diff line number Diff line change 17
17
18
18
// If there's no logo image, we use a p element w/ the site title
19
19
p {
20
+ color : var (--pst-color-text-base );
20
21
margin-bottom : 0 ;
21
22
}
22
23
27
28
width : auto ;
28
29
}
29
30
30
- // remove underline from brand title on default state
31
- a {
32
- text-decoration : none ;
33
- }
34
- & :hover {
31
+ & :hover ,
32
+ & :visited:hover {
35
33
@include link-style-hover ;
36
- }
37
- & :visited {
38
- & :hover {
39
- @include link-style-hover ;
40
- }
34
+ color : var (--pst-color-text-base );
41
35
}
42
36
}
You can’t perform that action at this time.
0 commit comments