--content-color ➡️ --text-color

Harmonize with other properties for the same thing
This commit is contained in:
Lea Verou
2024-12-17 10:41:51 -05:00
parent 47c9f43954
commit 1e1877c954
13 changed files with 30 additions and 30 deletions

View File

@@ -77,7 +77,7 @@ wa-page > header {
}
#version-number + wa-badge {
--background-color: var(--wa-color-warning-fill-quiet);
--content-color: var(--wa-color-warning-on-quiet);
--text-color: var(--wa-color-warning-on-quiet);
font-size: var(--wa-font-size-2xs);
text-transform: uppercase;
}