From 87fa0a362ea7a5bbb32f28f1c85fcd33da68b9ff Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 5 Feb 2026 20:03:22 +0000 Subject: [PATCH] Bob AI: Can you change the colors of the website to black ... --- src/app/styles/variables.css | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index e5d3678..91547de 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,13 +10,13 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcf6ec; - --card: #e6f5e6; - --foreground: #ffffff; - --primary-cta: #ffffff; + --background: #000000; + --card: #000000; + --foreground: #800080; + --primary-cta: #800080; --secondary-cta: #2e2521; - --accent: #b2a28b; - --background-accent: #b2a28b; + --accent: #800080; + --background-accent: #800080; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); @@ -213,3 +213,7 @@ --height-150: 135vw; } } + +body { + font-family: 'Cursive', cursive, sans-serif; +}