From 40114b603cb8376922c40e49afc3297a0bc5f5ef Mon Sep 17 00:00:00 2001 From: xfy Date: Mon, 29 Jun 2026 14:00:08 +0800 Subject: [PATCH] fix(css): remove redundant .dark .blur-img causing grey background on loaded images --- input.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/input.css b/input.css index 019a967..8673a61 100644 --- a/input.css +++ b/input.css @@ -628,10 +628,6 @@ background: transparent; } - /* 暗色模式灰底 */ - .dark .blur-img { - background: var(--color-paper-code-bg, #2a2a2a); - } } @keyframes fadeIn {