2 Commits

Author SHA1 Message Date
448a43e11d Update src/app/page.tsx 2026-01-21 11:04:51 +00:00
28bffab4ed Update src/app/globals.css 2026-01-21 11:04:50 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -4,21 +4,21 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #f5f5f5;; /* --background: #f7f6f7;;
--card: #ffffff;; --card: #ffffff;;
--foreground: #1c1c1c;; --foreground: #251a0c;;
--primary-cta: #341f51;; --primary-cta: #f4c408;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #6139e6;; --accent: #f4ca26;;
--background-accent: #b3a8e8;; */ --background-accent: #e8daa8;; */
--background: #f5f5f5;; --background: #f7f6f7;;
--card: #ffffff;; --card: #ffffff;;
--foreground: #1c1c1c;; --foreground: #251a0c;;
--primary-cta: #341f51;; --primary-cta: #f4c408;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #6139e6;; --accent: #f4ca26;;
--background-accent: #b3a8e8;; --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 NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';