From 9243180852d9880166d412cc7f57b73246182b75 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 7 Feb 2026 20:20:18 +0000 Subject: [PATCH] Bob AI: Okay actually change it to green --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 4837f46..a02049f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -3,20 +3,20 @@ /* --vw is set by ThemeProvider */ /* --background: #fffafa;; - --card: #fff7f7;; + --card: #f0fff0;; --foreground: "Inter", sans-serif;; - --primary-cta: #007bff;; + --primary-cta: #28a745;; --secondary-cta: "Inter", sans-serif;; - --accent: #add8e6;; - --background-accent: #6495ed;; */ + --accent: #90ee90;; + --background-accent: #20b2aa;; */ - --background: #fffafa;; - --card: #fff7f7;; + --background: #f5fffa;; + --card: #f0fff0;; --foreground: "Inter", sans-serif;; - --primary-cta: #007bff;; + --primary-cta: #28a745;; --secondary-cta: "Inter", sans-serif;; - --accent: #add8e6;; - --background-accent: #6495ed;; + --accent: #90ee90;; + --background-accent: #20b2aa;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1