diff options
author | Frankie B <git@diskfloppy.me> | 2024-02-08 22:40:36 +0000 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2024-02-08 22:40:36 +0000 |
commit | e75b5ad8a9dcd57dfd82cd530180492195cbf74b (patch) | |
tree | aa915377496b1e75eee0b1a5d8aaf51fa6b9309a /public/css/master.css | |
parent | 35e1c10775bf94f1c04bdd23dd1a61e65ddf54c8 (diff) |
Update music page design
Diffstat (limited to 'public/css/master.css')
-rw-r--r-- | public/css/master.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/public/css/master.css b/public/css/master.css index 397009f..4b4fbc3 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -488,3 +488,22 @@ label[for="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; +} |