Change color

This commit is contained in:
Maurice Heumann
2025-07-10 19:26:36 +02:00
parent ab587091bc
commit 35090fa16e

View File

@@ -84,7 +84,7 @@
--card-foreground: oklch(0.985 0 0);
--popover: oklch(0.21 0.006 285.885);
--popover-foreground: oklch(0.985 0 0);
--primary: oklch(0.64 0.192 253.32);
--primary: oklch(62.358% 0.20636 255.147);
--primary-foreground: oklch(0.97 0.014 254.604);
--secondary: oklch(0.274 0.006 286.033);
--secondary-foreground: oklch(0.985 0 0);
@@ -115,7 +115,8 @@
* {
@apply border-border outline-ring/50;
}
body {
@apply bg-background text-foreground;
}
}
}