fixed some colors and a small rendering bug in track-list

This commit is contained in:
2026-02-17 11:02:26 -05:00
parent cfeb01728c
commit 93679761af
2 changed files with 13 additions and 15 deletions
@@ -52,9 +52,8 @@ export class AlbumDropdown extends LitElement {
}
.album-dropdown {
background-color: #1a1a2e;
border-top: 2px solid #ffd43b;
border-bottom: 2px solid #ffd43b;
background-color: #212529;
border: 2px solid #ffd43b;
border-radius: 4px;
padding: 12px 16px;
box-sizing: border-box;