Fix pixelation in dark mode

This commit is contained in:
Madison Scott-Clary
2024-05-11 18:08:12 -07:00
parent b32f1334e7
commit 8da44b52be

View File

@ -16,7 +16,7 @@ figure, img {
} }
.merge img { .merge img {
position: relative; position: relative;
filter: url(#pixelate); filter: url(#pixelate) !important;
} }
.merge span { .merge span {
width: 80%; width: 80%;