Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8fd566eb2e | |||
| c1f7e07f6e | |||
| 905822298a |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #ffffff;;
|
--background: #f8fcff;;
|
||||||
--card: #fafafa;;
|
--card: #ffffff;;
|
||||||
--foreground: #000000;;
|
--foreground: #00101f;;
|
||||||
--primary-cta: #9933ff;;
|
--primary-cta: #409fff;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;;
|
||||||
--accent: #e5e5e5;;
|
--accent: #c7e2fc;;
|
||||||
--background-accent: #f5f5f5;;
|
--background-accent: #9bcfff;;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
|
|||||||
Reference in New Issue
Block a user