Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix contrast for duration and missed samples with light theme
  • Loading branch information
hugovk committed Dec 18, 2025
commit ccdfab067d15743e84baf759d4343dd87af713db
4 changes: 2 additions & 2 deletions Lib/profiling/sampling/_heatmap_assets/heatmap.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

.stat-card:nth-child(1) { --i: 0; --card-color: 55, 118, 171; }
.stat-card:nth-child(2) { --i: 1; --card-color: 40, 167, 69; }
.stat-card:nth-child(3) { --i: 2; --card-color: 255, 193, 7; }
.stat-card:nth-child(3) { --i: 2; --card-color: 184, 140, 5; }
.stat-card:nth-child(4) { --i: 3; --card-color: 116, 69, 201; }
.stat-card:nth-child(5) { --i: 4; --card-color: 220, 53, 69; }
.stat-card:nth-child(6) { --i: 5; --card-color: 23, 162, 184; }
Expand Down Expand Up @@ -160,7 +160,7 @@
}

.rate-card:nth-child(5) { animation-delay: 0.32s; --rate-color: 220, 53, 69; }
.rate-card:nth-child(6) { animation-delay: 0.40s; --rate-color: 255, 152, 0; }
.rate-card:nth-child(6) { animation-delay: 0.40s; --rate-color: 212, 126, 0; }

.rate-card:hover {
border-color: rgba(var(--rate-color), 0.5);
Expand Down
Loading