feat: associate movies and artists

This commit is contained in:
Cory Dransfeldt 2024-08-23 21:40:13 -07:00
parent b2eb6112ec
commit 7e1a55754b
No known key found for this signature in database
8 changed files with 99 additions and 37 deletions

View file

@ -32,7 +32,15 @@
stroke: var(--books);
}
}
& p.movies {
color: var(--tv);
& svg {
stroke: var(--tv);
}
}
& p > svg {
margin-bottom: var(--inline-margin-bottom);
}

View file

@ -139,6 +139,15 @@
aspect-ratio: var(--aspect-ratio-banner);
}
& p.music {
color: var(--music);
& svg {
stroke: var(--music);
margin-bottom: var(--inline-margin-bottom);
}
}
& .watching-meta {
display: flex;
flex-direction: column;