From 4789bad7538bcb4890cafccb49d70db176879b15 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 24 Feb 2026 15:24:57 +0000 Subject: [PATCH] Bob AI: can you change color in contact form for text to w... --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 0efb39b..fe810be 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -7,8 +7,8 @@ --foreground: #ffffff;; --primary-cta: #cc0000;; --secondary-cta: #ffffff;; - --accent: #ff0000;; - --background-accent: #660000;; */ + --accent: #00ff00;; + --background-accent: #006600;; */ --background: #0d0d0d;; --card: #1a1a1a;; @@ -17,8 +17,8 @@ --primary-cta-text: #f7f6f7;; --secondary-cta: #ffffff;; --secondary-cta-text: #250c0d;; - --accent: #ff0000;; - --background-accent: #660000;; + --accent: #00ff00;; + --background-accent: #006600;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);