diff --git a/ui/src/globals.css b/ui/src/globals.css index 06071f24a..0df11eaf3 100644 --- a/ui/src/globals.css +++ b/ui/src/globals.css @@ -68,11 +68,12 @@ .theme-light { --background: 212 59% 40%; --foreground: 20 14.3% 4.1%; + --muted: 222 100% 98%; --muted-foreground: 0 0% 30%; - --card: 212 59% 40%; - --card-muted: 222 100% 99%; + --card: 0 100% 100%; + --card-muted: 0 0% 97%; --card-foreground: 206 99% 31%; --card-foreground-muted: 50 33% 45%; } @@ -104,7 +105,6 @@ .theme-light { @apply bg-background text-foreground; } - .theme-blue { @apply bg-background text-foreground; }