Skip to content

Commit 8add658

Browse files
committed
Merge branch 'main' of github.com:camillobruni/JetStream into 2024-11-26_github_actions
2 parents a7d0253 + 707b7a8 commit 8add658

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+26494
-10504
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)