🐞 fix: Make theme colors and typography compile regardless of usage
Sync TODOs with Issues / sync_todos (push) Successful in 6s
Sync TODOs with Issues / sync_todos (push) Successful in 6s
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user