diff options
| author | yingyu5658 <yingyu5658@outlook.com> | 2025-08-03 14:15:05 +0800 |
|---|---|---|
| committer | yingyu5658 <yingyu5658@outlook.com> | 2025-08-03 14:15:05 +0800 |
| commit | d5903472476eea10a1da2e537391a592fea472de (patch) | |
| tree | 1d5fea9b8a5263405f869c2960073d49a950335b | |
| parent | 0a9723c301af5e13adbc9c7181d9b43c50663466 (diff) | |
| download | hugo-theme-concise-d5903472476eea10a1da2e537391a592fea472de.tar.gz hugo-theme-concise-d5903472476eea10a1da2e537391a592fea472de.zip | |
修复waline评论框暗色不生效的问题
| -rw-r--r-- | assets/css/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |
