diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index a2db8a6..60af271 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -78,4 +78,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index a37e40c..8a3e828 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -163,4 +163,4 @@ export default function SitePage() { ); -} +} \ No newline at end of file diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 52ecec2..37306c2 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -262,4 +262,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 8f4f667..44ff061 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -166,4 +166,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 45dc160..a91ce50 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,16 +4,16 @@ /* --background: #0a0a0a;; --card: #1a1a1a;; - --foreground: #fffffae6;; - --primary-cta: #fde047;; + --foreground: #ffffffe6;; + --primary-cta: #e6e6e6;; --secondary-cta: #1a1a1a;; --accent: #737373;; --background-accent: #737373;; */ --background: #0a0a0a;; --card: #1a1a1a;; - --foreground: #fffffae6;; - --primary-cta: #fde047;; + --foreground: #ffffffe6;; + --primary-cta: #e6e6e6;; --secondary-cta: #1a1a1a;; --accent: #737373;; --background-accent: #737373;;