Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e393a87ea4 | |||
| 77d55c7f11 |
@@ -4,21 +4,21 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #fafffb;;
|
/* --background: #f7f6f7;;
|
||||||
--card: #f7fffa;;
|
--card: #ffffff;;
|
||||||
--foreground: #001a0a;;
|
--foreground: #251a0c;;
|
||||||
--primary-cta: #0a7039;;
|
--primary-cta: #f4c408;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;;
|
||||||
--accent: #a8d9be;;
|
--accent: #f4ca26;;
|
||||||
--background-accent: #6bbf8e;; */
|
--background-accent: #e8daa8;; */
|
||||||
|
|
||||||
--background: #fafffb;;
|
--background: #f7f6f7;;
|
||||||
--card: #f7fffa;;
|
--card: #ffffff;;
|
||||||
--foreground: #001a0a;;
|
--foreground: #251a0c;;
|
||||||
--primary-cta: #0a7039;;
|
--primary-cta: #f4c408;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;;
|
||||||
--accent: #a8d9be;;
|
--accent: #f4ca26;;
|
||||||
--background-accent: #6bbf8e;;
|
--background-accent: #e8daa8;;
|
||||||
|
|
||||||
/* 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 NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
||||||
|
|||||||
Reference in New Issue
Block a user