diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 1c76a63..b5d4494 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -95,4 +95,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2d3bc66..d59abe2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1323,4 +1323,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 7da5f57..a69cfbf 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 NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -281,4 +281,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 5cc1634..8cd34c4 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -242,4 +242,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} \ No newline at end of file +} diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 48ac6e9..f76bf06 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -113,4 +113,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +} diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 7ee8eae..0d0b657 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,21 +2,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #efebe5;; - --card: #f7f2ea;; - --foreground: #000000;; - --primary-cta: #000000;; - --secondary-cta: #ffffff;; - --accent: #ffffff;; - --background-accent: #e1b875;; */ + /* --background: #010912;; + --card: #152840;; + --foreground: #e6f0ff;; + --primary-cta: #cee7ff;; + --secondary-cta: #0e1a29;; + --accent: #3f5c79;; + --background-accent: #004a93;; */ - --background: #efebe5;; - --card: #f7f2ea;; - --foreground: #000000;; - --primary-cta: #000000;; - --secondary-cta: #ffffff;; - --accent: #ffffff;; - --background-accent: #e1b875;; + --background: #010912;; + --card: #152840;; + --foreground: #e6f0ff;; + --primary-cta: #cee7ff;; + --secondary-cta: #0e1a29;; + --accent: #3f5c79;; + --background-accent: #004a93;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);