RC-88 | String Set Input

This commit is contained in:
Oliver-Akins 2025-01-10 00:54:16 -07:00
parent d0374880bc
commit 000f490584
7 changed files with 95 additions and 6 deletions

View file

@ -7,6 +7,9 @@
--base-text: white;
--base-background: black;
--header-text: black;
--header-background: var(--accent-3);
--section-header-text: white;
--section-header-background: var(--accent-1);
@ -19,4 +22,11 @@
--button-background: black;
--button-text: var(--accent-3);
/* Additional Variables */
--string-tags-border: inherit;
--string-tags-tag-background: inherit;
--string-tags-tag-text: inherit;
--string-tags-add-background: inherit;
--string-tags-add-text: var(--accent-3);
}