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
This commit is contained in:
sebastjanartic 2025-09-04 13:26:16 +00:00
parent cbae27e1c0
commit be763410ab

View File

@ -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;
}