From d0c7b103e35af2f00b49e889cb5df956c18894e4 Mon Sep 17 00:00:00 2001 From: Nirmal Kumar R Date: Tue, 2 Jun 2026 08:33:07 +0530 Subject: [PATCH] style(ui): Update brand color --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 67b2ff5..9cf5633 100644 --- a/style.css +++ b/style.css @@ -6,7 +6,7 @@ } :root { - --primary-color: #c35e5e; + --primary-color: #c15151; --secondary-color: #7f7f7f; --background-color: #f9f9f9; --text-color: #444444;