diff --git a/ui/admin/app/tailwind.css b/ui/admin/app/tailwind.css index 8317234a8..519faddd1 100644 --- a/ui/admin/app/tailwind.css +++ b/ui/admin/app/tailwind.css @@ -13,6 +13,8 @@ body { @layer base { :root { + /* Start theme colors (Not accessible by Tailwind) */ + --main-surface-primary: 0 0% 98%; --main-surface-secondary: 223 5% 95%; @@ -30,6 +32,8 @@ body { --accent-primary: 223 5% 10%; --accent-secondary: 223 87% 63%; + /* Start colors provided to Tailwind */ + --black: 0 0% 0%; --white: 0 0% 100%; @@ -91,6 +95,8 @@ body { .dark { color-scheme: dark; + /* Start theme colors (Not accessible by Tailwind) */ + --main-surface-primary: 223 20% 10%; --main-surface-secondary: 223 20% 5%; @@ -112,6 +118,8 @@ body { --background-secondary: var(--main-surface-secondary); --foreground: var(--text-primary); + /* Start colors provided to Tailwind */ + --error: 0 84% 20%; --error-foreground: 0 100% 7%;