We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a696db commit 4087f89Copy full SHA for 4087f89
src/pydata_sphinx_theme/assets/styles/content/_spans.scss
@@ -4,7 +4,6 @@
4
5
span.guilabel {
6
border: 1px solid var(--pst-color-info);
7
- color: var(--pst-color-info);
8
font-size: 80%;
9
font-weight: 700;
10
border-radius: 4px;
src/pydata_sphinx_theme/assets/styles/variables/_color.scss
@@ -151,7 +151,7 @@ $pst-semantic-colors: (
151
"dark": #5fb488,
152
"bg-dark": #002f17,
153
),
154
- // This is is based on the warning color
+ // This is based on the warning color
155
"attention":
156
(
157
"light": var(--pst-color-warning),
0 commit comments