This commit is contained in:
@@ -286,26 +286,28 @@
|
|||||||
width: auto;
|
width: auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
background: linear-gradient(120deg,
|
background: linear-gradient(120deg,
|
||||||
rgba(230, 230, 230, 1) 0%,
|
#999999 0%,
|
||||||
rgba(230, 230, 230, 1) 40%,
|
#AAAAAA 30%,
|
||||||
rgba(255, 255, 255, 1) 50%,
|
#FFFFFF 45%,
|
||||||
rgba(230, 230, 230, 1) 60%,
|
#FFFFFF 50%,
|
||||||
rgba(230, 230, 230, 1) 100%
|
#FFFFFF 55%,
|
||||||
|
#AAAAAA 70%,
|
||||||
|
#999999 100%
|
||||||
);
|
);
|
||||||
background-size: 200% 200%;
|
background-size: 300% 300%;
|
||||||
-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 20px rgba(255, 255, 255, 0.3));
|
filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.6));
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes shine {
|
@keyframes shine {
|
||||||
0% {
|
0% {
|
||||||
background-position: -200% -200%;
|
background-position: 200% 200%;
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
background-position: 200% 200%;
|
background-position: -200% -200%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user