This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user