Added "Card" theme

This commit is contained in:
nutty
2026-06-27 07:31:09 +10:00
parent f24d7fce2f
commit 9b97cc593c
6 changed files with 539 additions and 6 deletions
+1 -1
View File
@@ -4,8 +4,8 @@
<div id="song-info-wrapper">
<div id="song-label" class="text-label">
<span id="artist-label"></span>
<span id="track-label"></span>
<span id="artist-label"></span>
</div>
</div>
</div>
+4 -4
View File
@@ -42,15 +42,15 @@
}
#artist-label {
font-weight: 700;
}
#track-label {
font-size: 0.8em;
font-weight: 400;
opacity: 0.7;
}
#track-label {
font-weight: 700;
}
.text-label {
white-space: nowrap;