Skip to content

Commit 91cb91b

Browse files
JacekDabrowski1JacekDabrowski1
authored andcommitted
Make text on short bars brighter and align it to the right
Update CSS to change the color of text on short bars to match dataset titles and position it to the right of the bar. Replit-Commit-Author: Agent Replit-Commit-Session-Id: ec794acd-c4a5-47f6-b906-d70ac3c316ee Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 6de44430-609d-42d2-be66-4a583af332f8 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/28ec11df-9ccf-40bc-9ff4-d0523e5b6a98/ec794acd-c4a5-47f6-b906-d70ac3c316ee/9H7rCbD Replit-Helium-Checkpoint-Created: true
1 parent 1aca9f0 commit 91cb91b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,7 @@ footer {
14701470
.bench-bar-fill.bench-bar-short .bench-bar-value {
14711471
position: absolute;
14721472
left: calc(100% + 6px);
1473-
color: var(--text-dim);
1473+
color: var(--text);
14741474
}
14751475

14761476
.bench-bar-time {

0 commit comments

Comments
 (0)