We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8137df commit a1d0450Copy full SHA for a1d0450
app/components/stats-value.css
@@ -14,7 +14,7 @@
14
.label {
15
grid-column: 1;
16
grid-row: 2;
17
- color: #76838a;
+ color: light-dark(#545454, #adc0cd);
18
font-size: var(--space-s);
19
font-weight: normal;
20
line-height: 1.6;
@@ -27,5 +27,5 @@
27
height: var(--space-l-xl);
28
margin-left: var(--space-s);
29
margin-top: var(--space-3xs);
30
31
}
0 commit comments