From 254cbee342126af850cfaa0ba02bbd6ff4f0f3bd Mon Sep 17 00:00:00 2001 From: yingyu5658 Date: Sun, 3 Aug 2025 14:17:41 +0800 Subject: 修复waline评论框暗色不生效的问题 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets') diff --git a/assets/css/main.css b/assets/css/main.css index ea90adc..ba0a874 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -26,7 +26,7 @@ video { } waline { - filter: invert(1) hue-rotate(180deg); + filter: invert(1) hue-rotate(180deg) !important; } .rel-permalink { -- cgit v1.2.3