Update color scheme to use vibrant red for interactive elements

Change background color of certain elements from hsl(217, 91%, 60%) to #e91e63 in client/src/index.css.

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:25:50 +00:00
parent 894d21c311
commit cbae27e1c0
2 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

View File

@ -141,7 +141,7 @@
height: 12px;
width: 12px;
border-radius: 50%;
background: hsl(217, 91%, 60%);
background: #e91e63;
cursor: pointer;
border: none;
}
@ -157,7 +157,7 @@
height: 12px;
width: 12px;
border-radius: 50%;
background: hsl(217, 91%, 60%);
background: #e91e63;
cursor: pointer;
border: none;
}