From a5d48e7ca9fc7d10a20714c176c49fb7b18133a5 Mon Sep 17 00:00:00 2001 From: yiqiu Date: Sun, 23 Nov 2025 01:48:18 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=8E=E5=A4=A7=E5=9B=9B=E5=8F=91=E6=98=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/index.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/css/index.css b/css/index.css index 8bf1c19..3e086f3 100644 --- a/css/index.css +++ b/css/index.css @@ -284,18 +284,20 @@ margin-bottom: 0; display: inline-block; width: auto; + position: relative; background: linear-gradient(120deg, - rgba(255, 255, 255, 0.3) 0%, - rgba(255, 255, 255, 0.3) 40%, + rgba(230, 230, 230, 1) 0%, + rgba(230, 230, 230, 1) 40%, rgba(255, 255, 255, 1) 50%, - rgba(255, 255, 255, 0.3) 60%, - rgba(255, 255, 255, 0.3) 100% + rgba(230, 230, 230, 1) 60%, + rgba(230, 230, 230, 1) 100% ); background-size: 200% 200%; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; animation: shine 6s linear infinite; + filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.3)); } @keyframes shine {