diff --git a/src/index.css b/src/index.css index 26be989..592df90 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #050505; - --card: #101010; - --foreground: #ffffff; - --primary-cta: #00d4ff; - --primary-cta-text: #000000; - --secondary-cta: #1a1a1a; - --secondary-cta-text: #ffffff; - --accent: #0066ff; - --background-accent: #001a33; + --background: #020617; + --card: #0f172a; + --foreground: #e2e8f0; + --primary-cta: #c4d8f9; + --primary-cta-text: #020617; + --secondary-cta: #041633; + --secondary-cta-text: #e2e8f0; + --accent: #2d30f3; + --background-accent: #1d4ed8; /* @layout/border-radius/rounded */ --radius: 1.5rem;