Fix pixelation in dark mode
This commit is contained in:
@ -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%;
|
||||||
|
|||||||
Reference in New Issue
Block a user