#**Blue Icons (Almost) Everywhere**
1 messages · Page 1 of 1 (latest)
waterbending
someone remidm me to use this
reminder to use this
thank you kind stranger
the only time Mark Unread is useful
i came back into the thread thinking i had an important ping
fuck
I cleaned up the CSS a bit as you have redundant color and transition properties.
You can comma delimit the selectors to avoid having to write color properties for each and every selector and instead have one color property apply to all the selectors listed.
svg, .lottieIcon__9d8ab {
color: #70a9e6;
}
svg:hover, .lottieIcon__9d8ab:hover {
color: #1114ad;
transition: color 0.2s ease;
}
oooh thank you so much
i almost forgot i could do this
was able to simplify it into an import
ok what if i made every icon viggy
peak
