Update music page design

This commit is contained in:
Frankie B 2024-02-08 22:40:36 +00:00
commit e75b5ad8a9
2 changed files with 24 additions and 7 deletions

View file

@ -488,3 +488,22 @@ #scheme-selector {
background-color: var(--background-secondary);
color: var(--foreground)
}
.music-top10 td {
border: none;
border-left: 1px dotted var(--foreground);
padding: 2px 5px
}
.music-top10 tr:nth-child(2) td {
border-bottom: 1px dotted var(--foreground);
}
.music-top10 tr:nth-child(3) td {
padding-top: 5px;
}
.music-top10 td:first-child {
border: none;
}