Skip to content

Commit 821b410

Browse files
committed
Display selected benchmark names by default
1 parent 64c9041 commit 821b410

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

JetStream.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,11 +296,14 @@ 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
}
304+
.benchmark h3 {
305+
color: rgb(183, 183, 183);
306+
}
304307

305308
.benchmark-running h4, .benchmark-running .result, .benchmark-running label {
306309
color: #86D9FF;

0 commit comments

Comments
 (0)