From be763410ab05c10b7f22935b73258060c59598b1 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Thu, 4 Sep 2025 13:26:16 +0000 Subject: [PATCH] Update the logo color to a new shade for better brand consistency Modify the primary color in `client/src/index.css` from `#e91e63` to `#ec4c73` to update the logo's appearance. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 946a0075-7e32-454b-b348-9e7f576d7f45 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/60d372ff-2c10-46c7-b01b-10c3435136b0/946a0075-7e32-454b-b348-9e7f576d7f45/jh6R7y2 --- client/src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/index.css b/client/src/index.css index 1783588..00f9cfa 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -141,7 +141,7 @@ height: 12px; width: 12px; border-radius: 50%; - background: #e91e63; + background: #ec4c73; cursor: pointer; border: none; } @@ -157,7 +157,7 @@ height: 12px; width: 12px; border-radius: 50%; - background: #e91e63; + background: #ec4c73; cursor: pointer; border: none; }