From 31358257f5181f9169e1fbd352ad9e1b6af8ac5e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 23:54:23 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index ea633e5..13f1b5f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; + --background: #FF49Bc; --card: #f8f9fb; --foreground: #001a40; --primary-cta: #0000FF; -- 2.49.1