7 Commits

Author SHA1 Message Date
bb976aedcf Update src/app/globals.css 2025-12-30 19:55:39 +00:00
df8652ee20 Update src/app/globals.css 2025-12-30 19:46:24 +00:00
32cd6f0cb9 Update src/app/globals.css 2025-12-30 19:18:21 +00:00
da50fa6c0f Update src/app/globals.css 2025-12-30 19:13:55 +00:00
6ec490b790 Update src/app/globals.css 2025-12-30 18:50:56 +00:00
d2b0ccb45f Update src/app/page.tsx 2025-12-30 18:45:20 +00:00
f984a05384 Update src/app/globals.css 2025-12-30 18:45:19 +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: #fbfaff;; --background: #fffafa;;
--card: #f7f5ff;; --card: #fff7f7;;
--foreground: #0f0022;; --foreground: #1a0000;;
--primary-cta: #8b5cf6;; --primary-cta: #e63946;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #d8cef5;; --accent: #f5c4c7;;
--background-accent: #c4a8f9;; --background-accent: #f09199;;
/* 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';