💄 style: invert social icons when hovering
This makes it consistent with the behaviour of all other links.
This commit is contained in:
parent
999861ba58
commit
794470d99a
@ -43,6 +43,16 @@ footer {
|
|||||||
filter: invert(1);
|
filter: invert(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-theme="light"] .social>img {
|
[data-theme="light"] {
|
||||||
filter: invert(0);
|
.social {
|
||||||
|
&:hover {
|
||||||
|
&>img {
|
||||||
|
filter: invert(1);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&>img {
|
||||||
|
filter: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user