diff --git a/src/index.css b/src/index.css index 3e3e82c..59a5811 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/neutral */ - --background: #ffffff; - --card: #f5f5f5; - --foreground: #171717; - --primary-cta: #171717; + --background: #060000; + --card: #1d0d0d; + --foreground: #ffe6e6; + --primary-cta: #ff3d4a; --primary-cta-text: #ffffff; - --secondary-cta: #f5f5f5; - --secondary-cta-text: #171717; - --accent: #171717; - --background-accent: #171717; + --secondary-cta: #1f0a0a; + --secondary-cta-text: #ffe6e6; + --accent: #7b2d2d; + --background-accent: #b8111f; /* @layout/border-radius/rounded */ --radius: 1rem;