Make the horizontal rule element slightly brighter
Adjust the brightness filter for the hr element from 0.4 to 0.55 in static/css/styles.css. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 5e584ab0-c340-4432-97ef-1972582b60e9 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 3c8363c4-3d3b-4b0c-a165-cd1a600d8eaf Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/d0a1d46d-d203-4308-bc6a-312ac7c0243b/5e584ab0-c340-4432-97ef-1972582b60e9/JrmULD2
This commit is contained in:
@@ -370,7 +370,7 @@ hr {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
filter: grayscale(100%) brightness(0.4);
|
||||
filter: grayscale(100%) brightness(0.55);
|
||||
}
|
||||
|
||||
.hero-overlay {
|
||||
|
||||
Reference in New Issue
Block a user