的撒法
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-23 02:00:16 +08:00
parent 3ace18e3f3
commit 5fb8bd4168

View File

@@ -286,18 +286,20 @@
width: auto; width: auto;
position: relative; position: relative;
background: linear-gradient(120deg, background: linear-gradient(120deg,
#AAAAAA 0%, #FFFFFF 0%,
#CCCCCC 35%, #FFFFFF 40%,
#FFFFFF 50%, #E0F2FE 48%,
#CCCCCC 65%, #BFDBFE 50%,
#AAAAAA 100% #E0F2FE 52%,
#FFFFFF 60%,
#FFFFFF 100%
); );
background-size: 200% 100%; background-size: 200% 100%;
-webkit-background-clip: text; -webkit-background-clip: text;
background-clip: text; background-clip: text;
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
animation: shine 6s linear infinite; animation: shine 6s linear infinite;
filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.5)); filter: drop-shadow(0 0 20px rgba(191, 219, 254, 0.8));
} }
@keyframes shine { @keyframes shine {