Update music page design
This commit is contained in:
parent
35e1c10775
commit
e75b5ad8a9
2 changed files with 24 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue