diff --git a/src/app/page.tsx b/src/app/page.tsx index d714602..7ed0f32 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'; diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index fe42bfb..0fec169 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,23 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #001122;; - --card: #041633;; - --foreground: #e6f0ff;; - --primary-cta: #cee7ff;; - --secondary-cta: #0e1a29;; - --accent: #3f5c79;; - --background-accent: #004a93;; */ + /* --background: #fffffae6;; + --card: #fffef5e6;; + --foreground: #332200e6;; + --primary-cta: #fde047;; + --secondary-cta: #fffef5e6;; + --accent: #f59e0b;; + --background-accent: #fbbf24;; */ - --background: #001122;; - --card: #041633;; - --foreground: #e6f0ff;; - --primary-cta: #cee7ff;; + --background: #fffffae6;; + --card: #fffef5e6;; + --foreground: #332200e6;; + --primary-cta: #fde047;; --primary-cta-text: #fffafa;; - --secondary-cta: #0e1a29;; + --secondary-cta: #fffef5e6;; --secondary-cta-text: #1a0000;; - --accent: #3f5c79;; - --background-accent: #004a93;; + --accent: #f59e0b;; + --background-accent: #fbbf24;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);