diff --git a/src/index.css b/src/index.css index 7e5f515..a9a0cb8 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #f5f5f5; - --primary-cta: #ffdf7d; - --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; - --secondary-cta-text: #ffffff; - --accent: #b8860b; - --background-accent: #8b6914; + --background: #f0f8ff; + --card: #ffffff; + --foreground: #0f172a; + --primary-cta: #3b82f6; + --primary-cta-text: #ffffff; + --secondary-cta: #e2e8f0; + --secondary-cta-text: #0f172a; + --accent: #2563eb; + --background-accent: #bfdbfe; /* @layout/border-radius/rounded */ --radius: 1.5rem;