diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 0c81d69..53f322e 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -89,4 +89,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 04d684b..6c21ae4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1269,4 +1269,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e33e47..fec916c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function FuturamaPage() {
); -} \ No newline at end of file +} diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 773a314..0fd952b 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -302,4 +302,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 d4651db..78adfb6 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -193,4 +193,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 90ee71e..dec4cc5 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: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #341f51;; - --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; */ + /* --background: #0a0a0a;; + --card: #1a1a1a;; + --foreground: #ffe6ffe6;; + --primary-cta: #ff00ff;; + --secondary-cta: #1a1a1a;; + --accent: #ff00ff;; + --background-accent: #8b008b;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #341f51;; - --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; + --background: #0a0a0a;; + --card: #1a1a1a;; + --foreground: #ffe6ffe6;; + --primary-cta: #ff00ff;; + --secondary-cta: #1a1a1a;; + --accent: #ff00ff;; + --background-accent: #8b008b;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);