From d5903472476eea10a1da2e537391a592fea472de Mon Sep 17 00:00:00 2001 From: yingyu5658 Date: Sun, 3 Aug 2025 14:15:05 +0800 Subject: 修复waline评论框暗色不生效的问题 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/main.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'assets/css/main.css') diff --git a/assets/css/main.css b/assets/css/main.css index fe55f22..ea90adc 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -25,6 +25,10 @@ video { --text-color: #fff; /* 暗色文字 */ } + waline { + filter: invert(1) hue-rotate(180deg); + } + .rel-permalink { color: #fff !important; } -- cgit v1.2.3