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:
parent
894d21c311
commit
cbae27e1c0
BIN
attached_assets/image_1756992280859.png
Normal file
BIN
attached_assets/image_1756992280859.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user