diff --git a/src/app/globals.css b/src/app/globals.css index 25465c7..d768709 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5faff;; - --card: #f1f8ff;; - --foreground: #001122;; - --primary-cta: #15479c;; - --secondary-cta: #ffffff;; - --accent: #a8cce8;; - --background-accent: #7ba3cf;; */ + /* --background: #060000;; + --card: #1d0d0d;; + --foreground: #ffe6e6;; + --primary-cta: #ff3d4a;; + --secondary-cta: #1f0a0a;; + --accent: #7b2d2d;; + --background-accent: #b8111f;; */ - --background: #f5faff;; - --card: #f1f8ff;; - --foreground: #001122;; - --primary-cta: #15479c;; - --secondary-cta: #ffffff;; - --accent: #a8cce8;; - --background-accent: #7ba3cf;; + --background: #060000;; + --card: #1d0d0d;; + --foreground: #ffe6e6;; + --primary-cta: #ff3d4a;; + --secondary-cta: #1f0a0a;; + --accent: #7b2d2d;; + --background-accent: #b8111f;; /* 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 2b0b545..b696a0d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1258,4 +1258,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 23eb0bc..e847fcc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -250,4 +250,4 @@ export default function SteakhousePage() { ); -} \ No newline at end of file +}