diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 5dce0ef..dcdc42f 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -68,4 +68,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7af8296..27f98aa 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1405,4 +1405,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b2a93b..671b22a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -234,4 +234,4 @@ export default function CryptoLearnPage() { ); -} +} \ No newline at end of file diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 059b424..1ef2cca 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -235,4 +235,4 @@ function ProductPageContent({ params }: ProductPageProps) { ); -} +} \ No newline at end of file diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index f506d74..af8b193 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -112,4 +112,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 cc87e64..675fab6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,23 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #000912;; - --card: #0a1a3d;; - --foreground: #e6f0ff;; - --primary-cta: #00d9ff;; - --secondary-cta: #0a1a3d;; - --accent: #00d9ff;; - --background-accent: #0055aa;; */ + /* --background: #000a1a;; + --card: #051433;; + --foreground: #d9ebff;; + --primary-cta: #2323ff;; + --secondary-cta: #051433;; + --accent: #2323ff;; + --background-accent: #0a40cc;; */ - --background: #000912;; - --card: #0a1a3d;; - --foreground: #e6f0ff;; - --primary-cta: #00d9ff;; + --background: #000a1a;; + --card: #051433;; + --foreground: #d9ebff;; + --primary-cta: #2323ff;; --primary-cta-text: #000912;; - --secondary-cta: #0a1a3d;; + --secondary-cta: #051433;; --secondary-cta-text: #e6f0ff;; - --accent: #00d9ff;; - --background-accent: #0055aa;; + --accent: #2323ff;; + --background-accent: #0a40cc;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);