的撒法
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;
position: relative;
background: linear-gradient(120deg,
#AAAAAA 0%,
#CCCCCC 35%,
#FFFFFF 50%,
#CCCCCC 65%,
#AAAAAA 100%
#FFFFFF 0%,
#FFFFFF 40%,
#E0F2FE 48%,
#BFDBFE 50%,
#E0F2FE 52%,
#FFFFFF 60%,
#FFFFFF 100%
);
background-size: 200% 100%;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
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 {