fix: artist svgs

This commit is contained in:
Cory Dransfeldt 2024-07-02 18:43:22 -07:00
parent 9eacc4e1a1
commit e6c960b3dc
No known key found for this signature in database
3 changed files with 16 additions and 4 deletions

View file

@ -41,12 +41,24 @@
width: var(--sizing-svg-sm);
height: var(--sizing-svg-sm);
margin-right: var(--sizing-xs);
stroke: var(--favorite);
}
}
&.favorite {
color: var(--favorite);
& svg {
stroke: var(--favorite);
}
}
&.brain:focus,
&.brain:focus-within {
outline: 0;
& svg {
outline: var(--outline);
}
}
}
}