diff --git a/src/app/globals.css b/src/app/globals.css index 4e676ac..b038439 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #f8fcff;; - --card: #ffffff;; - --foreground: #00101f;; - --primary-cta: #409fff;; - --secondary-cta: #ffffff;; - --accent: #c7e2fc;; - --background-accent: #9bcfff;; + --background: #000000;; + --card: #1a1a1a;; + --foreground: #ffffff;; + --primary-cta: #ff4500;; + --secondary-cta: #151515;; + --accent: #ff6b35;; + --background-accent: #ff8c42;; /* 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 8f9aebb..17167d2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1260,4 +1260,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 79eee8b..d9c405c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -286,4 +286,4 @@ export default function SteakhousePage() { ); -} \ No newline at end of file +}