From 61434f18db47b4c728f0d195d475716980db5a7d Mon Sep 17 00:00:00 2001 From: Nirmal Kumar R Date: Fri, 5 Jun 2026 01:18:50 +0530 Subject: [PATCH] feat(ui): Update brand color to blue variant --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 783e6c1..d5f0d71 100644 --- a/style.css +++ b/style.css @@ -6,7 +6,7 @@ } :root { - --primary-color: #c15151; + --primary-color: #356C87; --secondary-color: #7f7f7f; --background-color: #ffffff; --border-color: #dedede;