Change all instances of "color" in my theme variables to be "colour"

This commit is contained in:
Oliver 2026-04-06 22:55:12 -06:00
parent f05311d7c8
commit 13619b6a09
5 changed files with 27 additions and 27 deletions

View file

@ -8,9 +8,9 @@
--tab-button-hover-bg: var(--color-light-3);
/* Chip Variables */
--chip-color: #18181b;
--chip-colour: #18181b;
--chip-background: #fafafa;
--chip-value-color: #18181b;
--chip-value-colour: #18181b;
--chip-value-background: #d4d4d8aa;
--chip-border-color: var(--chip-value-background);
--chip-border-colour: var(--chip-value-background);
}