colorize mastodon icon

This commit is contained in:
Vri 🌈 2023-03-05 18:19:06 +01:00
parent b4e90d811e
commit e66f99a69a
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -43,9 +43,15 @@
list-style: none;
margin: 0;
padding: 0;
img {
.icon {
height: 2em;
fill: var(--vriish-rose);
transition: color 0.2s linear;
&.mastodon-icon {
color: hsl(239.6, 100%, 69.4%);
&:hover {
color: hsl(251.5, 58.9%, 51.4%);
}
}
}
}
}