diff --git a/src/app/globals.css b/src/app/globals.css index 3f9389d..aec50a2 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f6f0e9;; - --card: #efe7dd;; - --foreground: #2b180a;; - --primary-cta: #2b180a;; - --secondary-cta: #efe7dd;; - --accent: #94877c;; - --background-accent: #e8d3c0;; */ + /* --background: #f5faff;; + --card: #f1f8ff;; + --foreground: #001122;; + --primary-cta: #15479c;; + --secondary-cta: #ffffff;; + --accent: #a8cce8;; + --background-accent: #7ba3cf;; */ - --background: #f6f0e9;; - --card: #efe7dd;; - --foreground: #2b180a;; - --primary-cta: #2b180a;; - --secondary-cta: #efe7dd;; - --accent: #94877c;; - --background-accent: #e8d3c0;; + --background: #f5faff;; + --card: #f1f8ff;; + --foreground: #001122;; + --primary-cta: #15479c;; + --secondary-cta: #ffffff;; + --accent: #a8cce8;; + --background-accent: #7ba3cf;; /* 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 0f6ae15..db17feb 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 NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';