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); diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 49fb8d3..52d73c8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1252,4 +1252,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index f6024de..94679b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -232,4 +232,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}