Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d020d093e1 | |||
| d39a2b8b72 | |||
| 333be28628 | |||
| f9194d8e39 | |||
| 6f0a7a616e | |||
| 68956fd136 | |||
| 773abe5027 | |||
| 260b9e2574 | |||
| 0cf3b4160b | |||
| 3e2f6855d3 | |||
| b36c0227a6 | |||
| 9f5a7fc008 | |||
| f040a7a868 | |||
| f6dfb60a03 | |||
| cc3d3acfcf | |||
| 8eb9727260 |
@@ -4,13 +4,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #1a0f2e;;
|
||||
--card: #2d1b47;;
|
||||
--foreground: #f5f1fa;;
|
||||
--primary-cta: #9d4edd;;
|
||||
--secondary-cta: #1a0f2e;;
|
||||
--accent: #c77dff;;
|
||||
--background-accent: #7209b7;;
|
||||
--background: #ffffff;
|
||||
--card: #fcfcfc;
|
||||
--foreground: #000a18e6;
|
||||
--primary-cta: #409fff;
|
||||
--secondary-cta: #ffffff;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
@@ -495,7 +495,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-noto-sans), sans-serif;
|
||||
font-family: var(--font-inter-tight), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -508,5 +508,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-noto-sans), sans-serif;
|
||||
font-family: var(--font-inter-tight), sans-serif;
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { Coffee, Facebook, Instagram, Twitter } from "lucide-react";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
|
||||
Reference in New Issue
Block a user