feat: artist and album pages

This commit is contained in:
Cory Dransfeldt 2024-04-16 15:02:28 -07:00
parent af386bbae2
commit bbdea40f7e
No known key found for this signature in database
6 changed files with 136 additions and 14 deletions

View file

@ -72,6 +72,14 @@ blockquote {
stroke-width: var(--stroke-width-bold) !important;
}
a.linked-header {
display: flex;
& svg {
stroke: var(--accent-color);
}
}
sup.footnote-ref {
line-height: var(--line-height-xs);
}