colorize mastodon icon
This commit is contained in:
parent
b4e90d811e
commit
e66f99a69a
1 changed files with 8 additions and 2 deletions
|
@ -43,9 +43,15 @@
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
img {
|
.icon {
|
||||||
height: 2em;
|
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%);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue