Merge version_4 into main #3

Merged
bender merged 2 commits from version_4 into main 2026-03-04 01:58:50 +00:00
2 changed files with 15 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #001122;;
--card: #041633;;
--foreground: #e6f0ff;;
--primary-cta: #cee7ff;;
--secondary-cta: #0e1a29;;
--accent: #3f5c79;;
--background-accent: #004a93;; */
/* --background: #fffffae6;;
--card: #fffef5e6;;
--foreground: #332200e6;;
--primary-cta: #fde047;;
--secondary-cta: #fffef5e6;;
--accent: #f59e0b;;
--background-accent: #fbbf24;; */
--background: #001122;;
--card: #041633;;
--foreground: #e6f0ff;;
--primary-cta: #cee7ff;;
--background: #fffffae6;;
--card: #fffef5e6;;
--foreground: #332200e6;;
--primary-cta: #fde047;;
--primary-cta-text: #fffafa;;
--secondary-cta: #0e1a29;;
--secondary-cta: #fffef5e6;;
--secondary-cta-text: #1a0000;;
--accent: #3f5c79;;
--background-accent: #004a93;;
--accent: #f59e0b;;
--background-accent: #fbbf24;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);