Skip to content

Commit ccdfab0

Browse files
committed
Fix contrast for duration and missed samples with light theme
1 parent c5bd63c commit ccdfab0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/profiling/sampling/_heatmap_assets/heatmap.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
.stat-card:nth-child(1) { --i: 0; --card-color: 55, 118, 171; }
7373
.stat-card:nth-child(2) { --i: 1; --card-color: 40, 167, 69; }
74-
.stat-card:nth-child(3) { --i: 2; --card-color: 255, 193, 7; }
74+
.stat-card:nth-child(3) { --i: 2; --card-color: 184, 140, 5; }
7575
.stat-card:nth-child(4) { --i: 3; --card-color: 116, 69, 201; }
7676
.stat-card:nth-child(5) { --i: 4; --card-color: 220, 53, 69; }
7777
.stat-card:nth-child(6) { --i: 5; --card-color: 23, 162, 184; }
@@ -160,7 +160,7 @@
160160
}
161161

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

165165
.rate-card:hover {
166166
border-color: rgba(var(--rate-color), 0.5);

0 commit comments

Comments
 (0)