feat: add artist page

This commit is contained in:
qvalentin
2024-06-08 15:16:13 +02:00
parent 0381b6e4ae
commit 840d23e931
11 changed files with 264 additions and 21 deletions

25
style/artist.css Normal file
View File

@ -0,0 +1,25 @@
artist-albumlist #artist-albumlist p {
color: #181d31;
font-weight: 500;
}
.dark #artist-albumlist p {
color: #ddd;
}
#artist-albumlist small {
font-size: 1.5rem;
color: #333;
}
.dark #artist-albumlist small {
color: #ccc;
}
#metadata p {
color: #171717;
}
.dark #metadata p {
color: #ddd;
}

View File

@ -132,4 +132,3 @@
text-align: center;
}
}