We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fabdff commit 2c9d904Copy full SHA for 2c9d904
client/app.css
@@ -342,6 +342,12 @@
342
box-shadow: 0 0 0 1px var(--Colors-Primary-Lightest);
343
}
344
345
+@media (prefers-color-scheme: dark) {
346
+ .bespoke .pl-run-mode.pl-run-mode-active {
347
+ background: var(--Colors-Base-Primary-1200);
348
+ }
349
+}
350
+
351
/* ===== COMPACT RUN TRIALS PANEL LAYOUT ===== */
352
353
.bespoke .pl-run-card {
0 commit comments