From 21909ef11778c959b717bed6ec370b08cffe04bd Mon Sep 17 00:00:00 2001 From: hehh Date: Sat, 22 Nov 2025 18:48:51 +0800 Subject: [PATCH] =?UTF-8?q?feat(about):=20=E6=9B=B4=E6=96=B0=E4=B8=AA?= =?UTF-8?q?=E4=BA=BA=E8=B5=84=E6=96=99=E5=A4=B4=E5=83=8F=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E5=B9=B6=E4=BC=98=E5=8C=96=E5=A4=9C=E9=97=B4?= =?UTF-8?q?=E4=B8=BB=E9=A2=98=E5=8F=91=E5=85=89=E6=96=87=E6=9C=AC=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将个人资料头像图片链接更新为新的CDN地址 - 优化夜间主题下的发光文本样式,添加背景裁剪和文字填充色透明效果 - 为发光文本添加阴影效果以增强视觉表现力 --- about.html | 2 +- css/about.css | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/about.html b/about.html index 4bdbd4d..6f275cb 100644 --- a/about.html +++ b/about.html @@ -38,7 +38,7 @@
- Honesty + Honesty
diff --git a/css/about.css b/css/about.css index fc26bff..0628ea6 100644 --- a/css/about.css +++ b/css/about.css @@ -347,7 +347,10 @@ body { } .theme-night .glow-text { - background: linear-gradient(45deg, var(--accent-coral), var(--accent-b)); + -webkit-background-clip: text; + background-clip: text; + -webkit-text-fill-color: transparent; + text-shadow: 0 0 12px rgba(45deg, var(--accent-coral), var(--accent-b)); } /* 动态背景 */