Skip to content

Commit f8d60ba

Browse files
authored
Merge pull request #5 from camillobruni/2024-11-22_runner_improvements
Display selected benchmark names by default
2 parents 018277a + 598b2eb commit f8d60ba

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

JetStream.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,12 +296,16 @@ a.button {
296296

297297
}
298298

299-
.benchmark h3, .benchmark h4, .benchmark .result, .benchmark label {
299+
.benchmark h4, .benchmark .result, .benchmark label {
300300
color: transparent;
301301
background: linear-gradient(160deg, rgba(249,249,249,1) 0%, rgba(238,238,238,1) 100%);
302302
border-radius: 3px;
303303
}
304304

305+
.benchmark h3 {
306+
color: rgb(183, 183, 183);
307+
}
308+
305309
.benchmark-running h4, .benchmark-running .result, .benchmark-running label {
306310
color: #86D9FF;
307311
background-color: #86D9FF;

0 commit comments

Comments
 (0)