Skip to content

Commit

Permalink
Fix GUI label contrast (pydata#1790)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabalafou authored and ivanov committed Jun 4, 2024
1 parent b484f6f commit 7f3608e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/pydata_sphinx_theme/assets/styles/content/_spans.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

span.guilabel {
border: 1px solid var(--pst-color-info);
color: var(--pst-color-info);
font-size: 80%;
font-weight: 700;
border-radius: 4px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ $pst-semantic-colors: (
"dark": #5fb488,
"bg-dark": #002f17,
),
// This is is based on the warning color
// This is based on the warning color
"attention":
(
"light": var(--pst-color-warning),
Expand Down

0 comments on commit 7f3608e

Please sign in to comment.