diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a411f78..ea68013 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1413,4 +1413,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index e4e617f..d714602 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -250,4 +250,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index fa69822..fe42bfb 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: #0a0a0a;; - --card: #1a1a1a;; - --foreground: #f5f5f5;; - --primary-cta: #ff0000;; - --secondary-cta: #1a1a1a;; - --accent: #991b1b;; - --background-accent: #7f1d1d;; */ + /* --background: #001122;; + --card: #041633;; + --foreground: #e6f0ff;; + --primary-cta: #cee7ff;; + --secondary-cta: #0e1a29;; + --accent: #3f5c79;; + --background-accent: #004a93;; */ - --background: #0a0a0a;; - --card: #1a1a1a;; - --foreground: #f5f5f5;; - --primary-cta: #ff0000;; + --background: #001122;; + --card: #041633;; + --foreground: #e6f0ff;; + --primary-cta: #cee7ff;; --primary-cta-text: #fffafa;; - --secondary-cta: #1a1a1a;; + --secondary-cta: #0e1a29;; --secondary-cta-text: #1a0000;; - --accent: #991b1b;; - --background-accent: #7f1d1d;; + --accent: #3f5c79;; + --background-accent: #004a93;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);