🐞 fix: Make theme colors and typography compile regardless of usage
Sync TODOs with Issues / sync_todos (push) Successful in 6s

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Keith Solomon
2026-05-10 15:27:09 -05:00
parent 9137fdb0f7
commit 7511649cc8
2 changed files with 29 additions and 26 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
/* Theme color definitions */
@theme inline {
@theme static {
--color-black: oklch(0% 0 0);
--color-white: oklch(100% 0 0);
@@ -9,6 +9,7 @@
--color-cwc-blue-01: oklch(47.31% 0.1141 242.9);
--color-cwc-blue-02: oklch(28.99% 0.0614 237.9);
--color-cwc-orange-01: oklch(63.53% 0.1751 29.61);
--color-primary: var(--color-cwc-blue-01);
--color-primary-100: color-mix(in oklch, var(--color-primary) 10%, white);