diff --git a/src/index.css b/src/index.css index 5b09e06..1d4cc31 100644 --- a/src/index.css +++ b/src/index.css @@ -4,16 +4,16 @@ @import "./styles/animations.css"; :root { - /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #f5f5f5; - --primary-cta: #ffdf7d; - --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; + /* @colorThemes/darkTheme/midnightBlue */ + --background: #000000; + --card: #0c0c0c; + --foreground: #ffffff; + --primary-cta: #106EFB; + --secondary-cta: #000000; + --accent: #535353; + --background-accent: #106EFB; + --primary-cta-text: #ffffff; --secondary-cta-text: #ffffff; - --accent: #b8860b; - --background-accent: #8b6914; /* @layout/border-radius/rounded */ --radius: 1rem;