+2
-2
@@ -87,7 +87,7 @@ svg { width: 22px; height: 22px; fill: currentColor; }
|
||||
with the song title right above it. */
|
||||
.card.room.playing {
|
||||
background: linear-gradient(135deg,
|
||||
color-mix(in srgb, var(--live) 18%, var(--card)) 0%,
|
||||
color-mix(in srgb, var(--live) 25%, var(--card)) 0%,
|
||||
var(--card) 70%);
|
||||
}
|
||||
|
||||
@@ -269,7 +269,7 @@ svg { width: 22px; height: 22px; fill: currentColor; }
|
||||
to out-specificity the plain "background: none" above to show at all. */
|
||||
.joined .card.room.playing {
|
||||
background: linear-gradient(135deg,
|
||||
color-mix(in srgb, var(--live) 18%, transparent) 0%,
|
||||
color-mix(in srgb, var(--live) 25%, transparent) 0%,
|
||||
transparent 70%);
|
||||
}
|
||||
.joined .card-head h2 { font-size: 15px; font-weight: 550; color: var(--muted); }
|
||||
|
||||
Reference in New Issue
Block a user