diff --git a/src/index.css b/src/index.css index 1d4cc31..67d3a60 100644 --- a/src/index.css +++ b/src/index.css @@ -5,13 +5,13 @@ :root { /* @colorThemes/darkTheme/midnightBlue */ - --background: #000000; - --card: #0c0c0c; + --background: #1a0000; + --card: #2a0000; --foreground: #ffffff; - --primary-cta: #106EFB; - --secondary-cta: #000000; - --accent: #535353; - --background-accent: #106EFB; + --primary-cta: #ff0000; + --secondary-cta: #1a0000; + --accent: #cc0000; + --background-accent: #ff0000; --primary-cta-text: #ffffff; --secondary-cta-text: #ffffff;