diff --git a/src/app/globals.css b/src/app/globals.css index 26b6a82..2ae2cce 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #fafffb;; - --card: #f7fffa;; - --foreground: #001a0a;; - --primary-cta: #0a7039;; - --secondary-cta: #ffffff;; - --accent: #a8d9be;; - --background-accent: #6bbf8e;; + --background: #0a0a0a;; + --card: #1a1a1a;; + --foreground: #fffffae6;; + --primary-cta: #facc15;; + --secondary-cta: #1a1a1a;; + --accent: #737373;; + --background-accent: #737373;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 75297b8..4d2a926 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1263,4 +1263,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ba39e6..6112f70 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -257,4 +257,4 @@ export default function TechVisionPage() { ); -} \ No newline at end of file +}