diff --git a/src/app/globals.css b/src/app/globals.css index 0eb04a09..96339bf2 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -30,14 +30,14 @@ --color-base-100: oklch(100% 0 0); /* #ffffff */ --color-base-200: oklch(97.2% 0 0); /* #f2f2f2 */ --color-base-300: oklch(93.1% 0.002 249.7); /* #e5e6e6 */ - --color-base-content: oklch(18.6% 0.024 257.7); /* #1f2937 */ + --color-base-content: #18181b; /* Status/Utility Colors */ --color-info: oklch(67.4% 0.176 238.9); --color-info-content: oklch(0% 0 0); /* #000000 */ --color-success: #00d390; --color-success-content: oklch(100% 0 0); /* #ffffff */ - --color-warning: oklch(82.2% 0.165 91.9); + --color-warning: #fcb700; --color-warning-content: oklch(0% 0 0); /* #000000 */ --color-error: #ff3a3a; --color-error-content: oklch(100% 0 0); /* #fffffff */