fix image blur

This commit is contained in:
Reorx 2022-05-09 22:26:30 +08:00
parent 9d5184cae4
commit 402e1d8924
1 changed files with 11 additions and 0 deletions

View File

@ -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%;