Adjust visual appearance of statistics display for better clarity
Modify CSS styles in `static/css/styles.css` to reduce background opacity and blur effect in `.stats-container`. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 5e584ab0-c340-4432-97ef-1972582b60e9 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 9dd6a036-a6cb-45b5-9dc8-56d251c66af7 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/d0a1d46d-d203-4308-bc6a-312ac7c0243b/5e584ab0-c340-4432-97ef-1972582b60e9/BxueOtf
This commit is contained in:
@@ -455,9 +455,9 @@ hr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.stats-container {
|
.stats-container {
|
||||||
background: rgba(0, 0, 0, 0.15);
|
background: rgba(0, 0, 0, 0.03);
|
||||||
backdrop-filter: blur(16px);
|
backdrop-filter: blur(8px);
|
||||||
-webkit-backdrop-filter: blur(16px);
|
-webkit-backdrop-filter: blur(8px);
|
||||||
border: 1px solid rgba(255, 255, 255, 0.08);
|
border: 1px solid rgba(255, 255, 255, 0.08);
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
padding: 48px;
|
padding: 48px;
|
||||||
|
|||||||
Reference in New Issue
Block a user