feat: simplify icons + dry feed styles

This commit is contained in:
Cory Dransfeldt 2023-08-06 12:29:51 -07:00
parent 63d90878bb
commit 8c53392c21
No known key found for this signature in database
43 changed files with 290 additions and 539 deletions

View file

@ -108,15 +108,27 @@ code[class*=language-], pre[class*=language-] {
stroke-width: 1.4;
}
.icon--bold [data-tablericon-name] {
.icon--h-20 > svg {
@apply h-5;
}
.icon--h-24 > svg {
@apply h-6;
}
.icon--h-28 > svg {
@apply h-6;
}
.icon--bold > svg {
stroke-width: 2;
}
.link--icon svg {
.link--icon > svg {
color: theme(colors.gray.700)
}
.link--icon:hover svg {
.link--icon:hover > svg {
color: theme(colors.purple.500)
}