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)); } /* 动态背景 */