fix image blur
This commit is contained in:
parent
9d5184cae4
commit
402e1d8924
|
@ -121,6 +121,17 @@ pre:hover .copy-code {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* images */
|
||||||
|
|
||||||
|
figure > img {
|
||||||
|
image-rendering: -webkit-optimize-contrast;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-content img {
|
||||||
|
image-rendering: -webkit-optimize-contrast;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* effects */
|
/* effects */
|
||||||
:root {
|
:root {
|
||||||
--shadow-color: 0deg 0% 0%;
|
--shadow-color: 0deg 0% 0%;
|
||||||
|
|
Loading…
Reference in New Issue