mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-22 16:48:23 +01: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
@ -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 New Issue
Block a user