mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-23 08:48:28 +00:00
Fix bad contrast in the platform pill in the docsite (#1251)
White text on green breaks site accessibility standards so I'm updating the active text color for the platform picker pill to be `--ifm-color-secondary-contrast-foreground`, which is white on light mode and light grey on dark mode.
This commit is contained in:
parent
bac9649140
commit
92271408dc
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
.pill-option.active {
|
||||
background-color: var(--ifm-color-primary);
|
||||
color: var(--ifm-color-secondary-lightest);
|
||||
color: var(--ifm-color-secondary-contrast-background);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue