diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 0e1f227..f8a23f5 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -91,4 +91,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 95ff21e..df99f7a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1326,4 +1326,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 332b112..ac38c92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -298,4 +298,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 c4cbf0f..68d4e43 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -311,4 +311,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 d833139..7a97fd0 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -159,4 +159,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 2d42b3e..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: #050012;; - --card: #040121;; - --foreground: #f0e6ff;; - --primary-cta: #c89bff;; - --secondary-cta: #1d123b;; - --accent: #684f7b;; - --background-accent: #65417c;; */ + /* --background: #010912;; + --card: #152840;; + --foreground: #e6f0ff;; + --primary-cta: #cee7ff;; + --secondary-cta: #0e1a29;; + --accent: #3f5c79;; + --background-accent: #004a93;; */ - --background: #050012;; - --card: #040121;; - --foreground: #f0e6ff;; - --primary-cta: #c89bff;; - --secondary-cta: #1d123b;; - --accent: #684f7b;; - --background-accent: #65417c;; + --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);