diff --git a/src/index.css b/src/index.css index 3df2465..5b4b630 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #0f172a; - --card: #1e293b; + --background: #064e3b; + --card: #065f46; --foreground: #f5f5f5; - --primary-cta: #3b82f6; + --primary-cta: #10b981; --primary-cta-text: #ffffff; - --secondary-cta: #1e293b; + --secondary-cta: #065f46; --secondary-cta-text: #ffffff; - --accent: #2563eb; - --background-accent: #1d4ed8; + --accent: #059669; + --background-accent: #047857; /* @layout/border-radius/rounded */ --radius: 0.5rem;