Split Track column into name and artists

This commit is contained in:
2018-11-06 16:14:29 -05:00
parent 2912977992
commit 4b19c932b0
3 changed files with 23 additions and 5 deletions

View File

@@ -3,9 +3,9 @@ body {
background-color: #1e1e1e;
}
h1 {
h1,th {
/* light grey */
color: #e5e5e5;
color: #cccccc;
}
p,td {