Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-01-07 11:51:44 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -5,12 +5,12 @@
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #ffffff;; --background: #ffffff;;
--card: #fcfcfc;; --card: #f0f9f8;;
--foreground: #001212e6;; --foreground: #001a12;;
--primary-cta: #16d4f6;; --primary-cta: #10b981;;
--secondary-cta: #f9f9f9;; --secondary-cta: #ffb6d9;;
--accent: #e2e2e2;; --accent: #d1f5e8;;
--background-accent: #c4c4c4;; --background-accent: #a7f0d9;;
/* 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 NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';