feat: everything is related

This commit is contained in:
Cory Dransfeldt 2024-08-24 22:37:36 -07:00
parent d1e3ab23bb
commit 077c54d5fb
No known key found for this signature in database
20 changed files with 325 additions and 274 deletions

View file

@ -75,6 +75,11 @@
&.sub-meta {
font-size: var(--font-size-sm);
line-height: var(--line-height-sm);
& svg {
width: var(--sizing-svg-sm);
height: var(--sizing-svg-sm);
}
}
&.title,
@ -112,26 +117,6 @@
p {
margin: var(--sizing-base) 0;
& svg {
margin-bottom: var(--inline-margin-bottom);
}
&.music {
color: var(--music);
& svg {
stroke: var(--music);
}
}
&.movies {
color: var(--tv);
& svg {
stroke: var(--tv);
}
}
}
}