This commit is contained in:
@@ -284,18 +284,20 @@
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
position: relative;
|
||||||
background: linear-gradient(120deg,
|
background: linear-gradient(120deg,
|
||||||
rgba(255, 255, 255, 0.3) 0%,
|
rgba(230, 230, 230, 1) 0%,
|
||||||
rgba(255, 255, 255, 0.3) 40%,
|
rgba(230, 230, 230, 1) 40%,
|
||||||
rgba(255, 255, 255, 1) 50%,
|
rgba(255, 255, 255, 1) 50%,
|
||||||
rgba(255, 255, 255, 0.3) 60%,
|
rgba(230, 230, 230, 1) 60%,
|
||||||
rgba(255, 255, 255, 0.3) 100%
|
rgba(230, 230, 230, 1) 100%
|
||||||
);
|
);
|
||||||
background-size: 200% 200%;
|
background-size: 200% 200%;
|
||||||
-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));
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes shine {
|
@keyframes shine {
|
||||||
|
|||||||
Reference in New Issue
Block a user