Skip to content

Commit 1483788

Browse files
committed
more styling again
1 parent de8c3a7 commit 1483788

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/pydata_sphinx_theme/assets/styles/components/_readthedocs-switcher.scss

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1+
#readthedocs-embed-flyout {
2+
align-self: start;
3+
}
14
.rst-versions {
25
position: relative !important;
36
bottom: unset;
47
left: unset;
58
width: unset;
69
background: unset;
710
background-color: var(--pst-color-on-background) !important;
8-
color: var(--pst-color-text-muted);
11+
color: var(--pst-color-text-muted) !important;
912
font-family: unset !important;
10-
z-index: unset;
1113
a {
1214
background-color: var(--pst-color-on-background);
1315
color: var(--pst-color-text-base);
@@ -58,7 +60,7 @@
5860
// padding: $base-line-height / 2;
5961
background-color: var(--bs-btn-bg) !important;
6062
text-align: left !important;
61-
font-size: unset;
63+
font-size: unset !important;
6264
color: var(--pst-color-text-base) !important;
6365
// @include clearfix;
6466
// .fa {
@@ -92,17 +94,18 @@
9294
// font-size: 90%;
9395
// padding: $base-line-height / 2;
9496
// display: none;
95-
color: var(--pst-color-text-muted);
97+
color: var(--pst-color-text-muted) !important;
9698
hr {
9799
// display: block;
98100
// height: 1px;
99101
// border: 0;
100102
// margin: 20px 0;
101103
// padding: 0;
104+
border: none !important;
102105
border-top: solid 1px var(--pst-color-border) !important;
103106
}
104107
dl {
105-
border-top: solid 1px var(--pst-color-border);
108+
border-top: solid 1px var(--pst-color-border) !important;
106109
}
107110
dd {
108111
border-color: var(--pst-color-border) !important;

0 commit comments

Comments
 (0)