Merge version_5 into main

Merge version_5 into main
This commit was merged in pull request #4.
This commit is contained in:
2025-12-28 11:19:15 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #ffffff;;
--card: #fcfcfc;;
--foreground: #00120ae6;;
--primary-cta: #15ad59;;
--secondary-cta: #ffffff;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;
--background: #1a0f00;;
--card: #2a1a0d;;
--foreground: #ffe8d5;;
--primary-cta: #ffaa70;;
--secondary-cta: #1a1210;;
--accent: #7b5e4a;;
--background-accent: #b8541e;;
/* text sizing - set by ThemeProvider */
/* --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 NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';