diff --git a/src/app/globals.css b/src/app/globals.css index 85e5f30..a8d0552 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #000000;; + /* --background: #0a0a0a;; --card: #1a1a1a;; - --foreground: #fde047;; + --foreground: #fffffae6;; --primary-cta: #fde047;; --secondary-cta: #1a1a1a;; - --accent: #737373;; - --background-accent: #737373;; */ + --accent: #fde047;; + --background-accent: #333333;; */ - --background: #000000;; + --background: #0a0a0a;; --card: #1a1a1a;; - --foreground: #fde047;; + --foreground: #fffffae6;; --primary-cta: #fde047;; --secondary-cta: #1a1a1a;; - --accent: #737373;; - --background-accent: #737373;; + --accent: #fde047;; + --background-accent: #333333;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);