From 12ada7459130ad7b6ea1b1b0d12d3055c1edafa8 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 21:34:40 +0000 Subject: [PATCH] Update src/app/globals.css --- src/app/globals.css | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index c89a863..be8b9dc 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #6139e6;; - --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; */ + /* --background: #000000;; + --card: #1a1a1a;; + --foreground: #ffd700;; + --primary-cta: #ffd700;; + --secondary-cta: #000000;; + --accent: #ffd700;; + --background-accent: #333333;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #6139e6;; - --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; + --background: #000000;; + --card: #1a1a1a;; + --foreground: #ffd700;; + --primary-cta: #ffd700;; + --secondary-cta: #000000;; + --accent: #ffd700;; + --background-accent: #333333;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); @@ -578,7 +578,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-source-code-pro), sans-serif; + font-family: var(--font-inter), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -591,5 +591,5 @@ h3, h4, h5, h6 { - font-family: var(--font-source-code-pro), sans-serif; + font-family: var(--font-inter), sans-serif; } \ No newline at end of file