diff options
| author | yingyu5658 <yingyu5658@outlook.com> | 2025-08-03 14:20:35 +0800 |
|---|---|---|
| committer | yingyu5658 <yingyu5658@outlook.com> | 2025-08-03 14:20:35 +0800 |
| commit | 2da9b1da68d0900271b8a017b590f96a86ee4c8d (patch) | |
| tree | 822fc6440e577113a14c0c0e59b31a282352eab1 /assets/css | |
| parent | 254cbee342126af850cfaa0ba02bbd6ff4f0f3bd (diff) | |
| download | hugo-theme-concise-2da9b1da68d0900271b8a017b590f96a86ee4c8d.tar.gz hugo-theme-concise-2da9b1da68d0900271b8a017b590f96a86ee4c8d.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 ba0a874..242007d 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -25,7 +25,7 @@ video { --text-color: #fff; /* 暗色文字 */ } - waline { + #waline { filter: invert(1) hue-rotate(180deg) !important; } |
