diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 5d9ae99..18bc43f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -3,22 +3,22 @@ /* --vw is set by ThemeProvider */ /* --background: #f7f6f7;; - --card: #ffffff;; - --foreground: #0c1325;; - --primary-cta: #0b07ff;; - --secondary-cta: #ffffff;; - --accent: #93b7ff;; - --background-accent: #a8bae8;; */ + --card: #1a1a1a;; + --foreground: #ffff00;; + --primary-cta: #ffcc00;; + --secondary-cta: #ffff00;; + --accent: #ff9900;; + --background-accent: #333300;; */ - --background: #f7f6f7;; - --card: #ffffff;; - --foreground: #0c1325;; - --primary-cta: #0b07ff;; + --background: #000000;; + --card: #1a1a1a;; + --foreground: #ffff00;; + --primary-cta: #ffcc00;; --primary-cta-text: #f7f6f7;; - --secondary-cta: #ffffff;; + --secondary-cta: #ffff00;; --secondary-cta-text: #0c1325;; - --accent: #93b7ff;; - --background-accent: #a8bae8;; + --accent: #ff9900;; + --background-accent: #333300;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);