fix(css): remove redundant .dark .blur-img causing grey background on loaded images

This commit is contained in:
xfy 2026-06-29 14:00:08 +08:00
parent 3f7d112898
commit 40114b603c

View File

@ -628,10 +628,6 @@
background: transparent; background: transparent;
} }
/* 暗色模式灰底 */
.dark .blur-img {
background: var(--color-paper-code-bg, #2a2a2a);
}
} }
@keyframes fadeIn { @keyframes fadeIn {