fix social icon appearance

This commit is contained in:
Norman Köhring 2023-02-06 12:16:09 +01:00
parent ea3d1d2f11
commit cbc54b81dc

View file

@ -104,11 +104,10 @@ header .main {
padding: 2px;
}
.social>img {
.social > img {
border: unset;
width: 24px;
height: 24px;
}
.meta {
@ -119,3 +118,8 @@ header .main {
[data-theme="dark"] .social > img {
filter: invert(1);
}
@media (prefers-color-scheme: dark) {
.social > img {
filter: invert(1);
}
}