Skip to content

Commit 4087f89

Browse files
authored
Fix GUI label contrast (#1790)
1 parent 5a696db commit 4087f89

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/pydata_sphinx_theme/assets/styles/content/_spans.scss

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
span.guilabel {
66
border: 1px solid var(--pst-color-info);
7-
color: var(--pst-color-info);
87
font-size: 80%;
98
font-weight: 700;
109
border-radius: 4px;

src/pydata_sphinx_theme/assets/styles/variables/_color.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ $pst-semantic-colors: (
151151
"dark": #5fb488,
152152
"bg-dark": #002f17,
153153
),
154-
// This is is based on the warning color
154+
// This is based on the warning color
155155
"attention":
156156
(
157157
"light": var(--pst-color-warning),

0 commit comments

Comments
 (0)