diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a91ce50..14cd859 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -5,18 +5,18 @@ /* --background: #0a0a0a;; --card: #1a1a1a;; --foreground: #ffffffe6;; - --primary-cta: #e6e6e6;; + --primary-cta: #ff8c42;; --secondary-cta: #1a1a1a;; - --accent: #737373;; - --background-accent: #737373;; */ + --accent: #ff8c42;; + --background-accent: #4d2600;; */ --background: #0a0a0a;; --card: #1a1a1a;; --foreground: #ffffffe6;; - --primary-cta: #e6e6e6;; + --primary-cta: #ff8c42;; --secondary-cta: #1a1a1a;; - --accent: #737373;; - --background-accent: #737373;; + --accent: #ff8c42;; + --background-accent: #4d2600;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);