diff --git a/src/index.css b/src/index.css index 01051e9..b52a9b1 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #0a120d; - --card: #111f17; - --foreground: #e8f5e9; - --primary-cta: #4ade80; - --primary-cta-text: #022c22; - --secondary-cta: #111f17; + --background: #120a05; + --card: #1f110a; + --foreground: #f5ece8; + --primary-cta: #fb923c; + --primary-cta-text: #431407; + --secondary-cta: #1f110a; --secondary-cta-text: #ffffff; - --accent: #22c55e; - --background-accent: #14532d; + --accent: #f97316; + --background-accent: #7c2d12; /* @layout/border-radius/rounded */ --radius: 0.5rem;