diff --git a/src/index.css b/src/index.css index 78f3642..df3f256 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #fffafa; - --card: #ffffff; - --foreground: #1a0000; - --primary-cta: #e63946; - --primary-cta-text: #fffafa; - --secondary-cta: #ffffff; - --secondary-cta-text: #1a0000; - --accent: #f5c4c7; - --background-accent: #f09199; + --background: #0a0a0a; + --card: #141414; + --foreground: #f5f5f5; + --primary-cta: #d4af37; + --primary-cta-text: #0a0a0a; + --secondary-cta: #1f1f1f; + --secondary-cta-text: #f5f5f5; + --accent: #a3a3a3; + --background-accent: #141414; /* @layout/border-radius/rounded */ --radius: 1rem;