diff --git a/src/app/globals.css b/src/app/globals.css index 5d9b56d..114b1f5 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #e63946;; - --secondary-cta: #ffffff;; - --accent: #e63946;; - --background-accent: #e8a8b6;; */ + /* --background: #1a1a1a;; + --card: #2d2d2d;; + --foreground: #ffffff;; + --primary-cta: #ff3d4a;; + --secondary-cta: #1a1a1a;; + --accent: #ff3d4a;; + --background-accent: #b8111f;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #e63946;; - --secondary-cta: #ffffff;; - --accent: #e63946;; - --background-accent: #e8a8b6;; + --background: #1a1a1a;; + --card: #2d2d2d;; + --foreground: #ffffff;; + --primary-cta: #ff3d4a;; + --secondary-cta: #1a1a1a;; + --accent: #ff3d4a;; + --background-accent: #b8111f;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); diff --git a/src/app/page.tsx b/src/app/page.tsx index 3580ee2..142e221 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -28,7 +28,7 @@ export default function LandingPage() { >