2 Commits

Author SHA1 Message Date
e393a87ea4 Update src/app/page.tsx 2026-01-13 14:30:51 +00:00
77d55c7f11 Update src/app/globals.css 2026-01-13 14:30:50 +00:00
2 changed files with 13 additions and 13 deletions

View File

@@ -4,21 +4,21 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #fafffb;; /* --background: #f7f6f7;;
--card: #f7fffa;; --card: #ffffff;;
--foreground: #001a0a;; --foreground: #251a0c;;
--primary-cta: #0a7039;; --primary-cta: #f4c408;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #a8d9be;; --accent: #f4ca26;;
--background-accent: #6bbf8e;; */ --background-accent: #e8daa8;; */
--background: #fafffb;; --background: #f7f6f7;;
--card: #f7fffa;; --card: #ffffff;;
--foreground: #001a0a;; --foreground: #251a0c;;
--primary-cta: #0a7039;; --primary-cta: #f4c408;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #a8d9be;; --accent: #f4ca26;;
--background-accent: #6bbf8e;; --background-accent: #e8daa8;;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';