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

@ -17,34 +17,6 @@
aspect-ratio: var(--aspect-ratio-square);
}
& p.concerts {
color: var(--concerts);
& svg {
stroke: var(--concerts);
}
}
& p.books {
color: var(--books);
& svg {
stroke: var(--books);
}
}
& p.movies {
color: var(--tv);
& svg {
stroke: var(--tv);
}
}
& p > svg {
margin-bottom: var(--inline-margin-bottom);
}
& .artist-display {
display: flex;
flex-direction: column;
@ -69,28 +41,12 @@
font-size: var(--font-size-sm);
line-height: var(--line-height-sm);
svg {
& svg {
width: var(--sizing-svg-sm);
height: var(--sizing-svg-sm);
}
}
&.favorite {
color: var(--favorite);
& svg {
stroke: var(--favorite);
}
}
&.tattoo {
color: var(--tattoo);
& svg {
stroke: var(--tattoo);
}
}
& .brain {
outline: 0;