diff --git a/src/app/page.tsx b/src/app/page.tsx index 15eb39f..647a997 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 NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 8decba1..c17325c 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: #ffffff;; - --card: #f5f5f5;; - --foreground: #000000;; - --primary-cta: #000000;; - --secondary-cta: #f9f9f9;; - --accent: #e6e6e6;; - --background-accent: #d0d0d0;; */ + /* --background: #fffafa;; + --card: #fff7f7;; + --foreground: #1a0000;; + --primary-cta: #e63946;; + --secondary-cta: #ffffff;; + --accent: #f5c4c7;; + --background-accent: #f09199;; */ - --background: #ffffff;; - --card: #f5f5f5;; - --foreground: #000000;; - --primary-cta: #000000;; + --background: #fffafa;; + --card: #fff7f7;; + --foreground: #1a0000;; + --primary-cta: #e63946;; --primary-cta-text: #ffffff;; - --secondary-cta: #f9f9f9;; + --secondary-cta: #ffffff;; --secondary-cta-text: #000000;; - --accent: #e6e6e6;; - --background-accent: #d0d0d0;; + --accent: #f5c4c7;; + --background-accent: #f09199;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);