3 Commits

Author SHA1 Message Date
1dfc60e93d Update src/app/page.tsx 2026-01-01 13:28:04 +00:00
a57b4d2f4c Update src/app/globals.css 2026-01-01 13:28:03 +00:00
cb897c8b9b Update src/app/globals.css 2026-01-01 13:25:32 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #f8fcff;; --background: #fbfaff;;
--card: #ffffff;; --card: #f7f5ff;;
--foreground: #00101f;; --foreground: #0f0022;;
--primary-cta: #409fff;; --primary-cta: #8b5cf6;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #c7e2fc;; --accent: #d8cef5;;
--background-accent: #9bcfff;; --background-accent: #c4a8f9;;
/* 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 NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';