File tree 1 file changed +8
-5
lines changed
src/pydata_sphinx_theme/assets/styles/components
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change
1
+ #readthedocs-embed-flyout {
2
+ align-self : start ;
3
+ }
1
4
.rst-versions {
2
5
position : relative !important ;
3
6
bottom : unset ;
4
7
left : unset ;
5
8
width : unset ;
6
9
background : unset ;
7
10
background-color : var (--pst-color-on-background ) !important ;
8
- color : var (--pst-color-text-muted );
11
+ color : var (--pst-color-text-muted ) !important ;
9
12
font-family : unset !important ;
10
- z-index : unset ;
11
13
a {
12
14
background-color : var (--pst-color-on-background );
13
15
color : var (--pst-color-text-base );
58
60
// padding: $base-line-height / 2;
59
61
background-color : var (--bs-btn-bg ) !important ;
60
62
text-align : left !important ;
61
- font-size : unset ;
63
+ font-size : unset !important ;
62
64
color : var (--pst-color-text-base ) !important ;
63
65
// @include clearfix;
64
66
// .fa {
92
94
// font-size: 90%;
93
95
// padding: $base-line-height / 2;
94
96
// display: none;
95
- color : var (--pst-color-text-muted );
97
+ color : var (--pst-color-text-muted ) !important ;
96
98
hr {
97
99
// display: block;
98
100
// height: 1px;
99
101
// border: 0;
100
102
// margin: 20px 0;
101
103
// padding: 0;
104
+ border : none !important ;
102
105
border-top : solid 1px var (--pst-color-border ) !important ;
103
106
}
104
107
dl {
105
- border-top : solid 1px var (--pst-color-border );
108
+ border-top : solid 1px var (--pst-color-border ) !important ;
106
109
}
107
110
dd {
108
111
border-color : var (--pst-color-border ) !important ;
You can’t perform that action at this time.
0 commit comments