💄 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);
|
||||
}
|
||||
|
||||
[data-theme="light"] .social>img {
|
||||
filter: invert(0);
|
||||
[data-theme="light"] {
|
||||
.social {
|
||||
&:hover {
|
||||
&>img {
|
||||
filter: invert(1);
|
||||
}
|
||||
}
|
||||
|
||||
&>img {
|
||||
filter: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user