fix social icon appearance
This commit is contained in:
parent
ea3d1d2f11
commit
cbc54b81dc
1 changed files with 6 additions and 2 deletions
|
@ -104,11 +104,10 @@ header .main {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.social>img {
|
.social > img {
|
||||||
border: unset;
|
border: unset;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.meta {
|
.meta {
|
||||||
|
@ -119,3 +118,8 @@ header .main {
|
||||||
[data-theme="dark"] .social > img {
|
[data-theme="dark"] .social > img {
|
||||||
filter: invert(1);
|
filter: invert(1);
|
||||||
}
|
}
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
.social > img {
|
||||||
|
filter: invert(1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue