optimize logo img rendering

This commit is contained in:
Reorx 2022-05-15 21:38:57 +08:00
parent 01ea8e8a8c
commit 4921802f53
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
transform: translate(0, -10%); transform: translate(0, -10%);
border-radius: 6px; border-radius: 6px;
margin-inline-end: 8px; margin-inline-end: 8px;
image-rendering: -webkit-optimize-contrast;
} }
#theme-toggle svg { #theme-toggle svg {