Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a2eb2e9cc8 | |||
| 1ab112bad6 | |||
| 2664e14dd7 | |||
| fae1724a61 | |||
| 8c1d15e3ef | |||
| 52fe18b025 | |||
| 27530e4372 | |||
| 2f81494bc8 | |||
| c2075e92d9 | |||
| 613e09c3e8 | |||
| ecdd5aefa7 | |||
| c4c96cea80 | |||
| bd8c6b0fb5 | |||
| d390571b52 |
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
|
||||
@@ -2,23 +2,23 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #000802;;
|
||||
--card: #0b1a0b;;
|
||||
--foreground: #e6ffe6;;
|
||||
--primary-cta: #80da9b;;
|
||||
--secondary-cta: #07170b;;
|
||||
--accent: #38714a;;
|
||||
--background-accent: #2c6541;; */
|
||||
/* --background: #000a1a;;
|
||||
--card: #051433;;
|
||||
--foreground: #d9ebff;;
|
||||
--primary-cta: #2323ff;;
|
||||
--secondary-cta: #051433;;
|
||||
--accent: #2323ff;;
|
||||
--background-accent: #0a40cc;; */
|
||||
|
||||
--background: #000802;;
|
||||
--card: #0b1a0b;;
|
||||
--foreground: #e6ffe6;;
|
||||
--primary-cta: #80da9b;;
|
||||
--primary-cta-text: #000802;;
|
||||
--secondary-cta: #07170b;;
|
||||
--secondary-cta-text: #e6ffe6;;
|
||||
--accent: #38714a;;
|
||||
--background-accent: #2c6541;;
|
||||
--background: #000a1a;;
|
||||
--card: #051433;;
|
||||
--foreground: #d9ebff;;
|
||||
--primary-cta: #2323ff;;
|
||||
--primary-cta-text: #000912;;
|
||||
--secondary-cta: #051433;;
|
||||
--secondary-cta-text: #e6f0ff;;
|
||||
--accent: #2323ff;;
|
||||
--background-accent: #0a40cc;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user