feat: artist and album pages
This commit is contained in:
parent
af386bbae2
commit
bbdea40f7e
6 changed files with 136 additions and 14 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Reference in a new issue