diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 61bd2a2..07d8481 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,19 +4,19 @@ /* --background: #080000;; --card: #1e0d0d;; - --foreground: #ffe6e6;; - --primary-cta: #ff7a7a;; - --secondary-cta: #1e0909;; - --accent: #7b4242;; - --background-accent: #65292c;; */ + --foreground: #333333;; + --primary-cta: #007bff;; + --secondary-cta: #6c757d;; + --accent: #28a745;; + --background-accent: #e9ecef;; */ - --background: #080000;; + --background: #f0f0f0;; --card: #1e0d0d;; - --foreground: #ffe6e6;; - --primary-cta: #ff7a7a;; - --secondary-cta: #1e0909;; - --accent: #7b4242;; - --background-accent: #65292c;; + --foreground: #333333;; + --primary-cta: #007bff;; + --secondary-cta: #6c757d;; + --accent: #28a745;; + --background-accent: #e9ecef;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);