diff --git a/src/index.css b/src/index.css index 0ebb49e..297a1a8 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #f6f7f4; - --card: #fffefe; - --foreground: #080908; - --primary-cta: #0e3a29; - --primary-cta-text: #fffefe; - --secondary-cta: #ebeee0; - --secondary-cta-text: #080908; - --accent: #35c18b; - --background-accent: #c6efc6; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f5fffae6; + --primary-cta: #80da9b; + --primary-cta-text: #0a0a0a; + --secondary-cta: #1a1a1a; + --secondary-cta-text: #f5fffae6; + --accent: #737373; + --background-accent: #737373; /* @layout/border-radius/rounded */ --radius: 0.5rem;