We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700cf93 commit 13b68bcCopy full SHA for 13b68bc
1 file changed
src/pages/podcasts/index.css
@@ -291,7 +291,16 @@ html[data-theme="light"] {
291
292
.stat-label {
293
font-size: 14px;
294
- color: var(--podcast-text-dim);
+ background: linear-gradient(
295
+ 135deg,
296
+ var(--podcast-text-primary) 0%,
297
+ var(--podcast-text-secondary) 30%,
298
+ var(--podcast-text-muted) 60%,
299
+ var(--podcast-text-dim) 100%
300
+ );
301
+ -webkit-background-clip: text;
302
+ -webkit-text-fill-color: transparent;
303
+ background-clip: text;
304
font-weight: 600;
305
text-transform: uppercase;
306
letter-spacing: 0.5px;
0 commit comments