Add button to go back from the archive
All checks were successful
Build / build (push) Successful in 2m15s

This commit is contained in:
2025-10-17 09:39:54 +02:00
parent c56cbef761
commit 034af27af5
3 changed files with 9 additions and 4 deletions

View File

@@ -95,11 +95,12 @@ main.songs {
&.selected {
color: #fff;
&[data-category="mixtape"] { background-color: #bf616a }
&[data-category="classic"] { background-color: #5e81ac }
}
&.wide { grid-column: 1 / 3 }
& svg {
height: 1.2em;
}