diff options
| author | yingyu5658 <yingyu5658@outlook.com> | 2025-08-03 14:17:41 +0800 |
|---|---|---|
| committer | yingyu5658 <yingyu5658@outlook.com> | 2025-08-03 14:17:41 +0800 |
| commit | 254cbee342126af850cfaa0ba02bbd6ff4f0f3bd (patch) | |
| tree | 191dcf68c014f58fd8b64b928ac5e9caa4edaea0 /assets/css | |
| parent | d5903472476eea10a1da2e537391a592fea472de (diff) | |
| download | hugo-theme-concise-254cbee342126af850cfaa0ba02bbd6ff4f0f3bd.tar.gz hugo-theme-concise-254cbee342126af850cfaa0ba02bbd6ff4f0f3bd.zip | |
修复waline评论框暗色不生效的问题
Diffstat (limited to 'assets/css')
| -rw-r--r-- | assets/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
