Fix pixelation in dark mode
This commit is contained in:
@ -16,7 +16,7 @@ figure, img {
|
||||
}
|
||||
.merge img {
|
||||
position: relative;
|
||||
filter: url(#pixelate);
|
||||
filter: url(#pixelate) !important;
|
||||
}
|
||||
.merge span {
|
||||
width: 80%;
|
||||
|
||||
Reference in New Issue
Block a user