|
|
|
@ -451,13 +451,12 @@ blockquote.twitter-tweet > a {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
em.fancy {
|
|
|
|
|
background-image: repeating-linear-gradient(to left, violet, indigo, blue, green, yellow, orange,red);
|
|
|
|
|
background-image: repeating-linear-gradient(to left, violet, indigo, blue, green, yellow, orange,red 200px);
|
|
|
|
|
background-clip: text;
|
|
|
|
|
background-size: 200px;
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
|
|
|
|
animation: rainbow 4s steps(36) infinite !important;
|
|
|
|
|
-webkit-animation: rainbow 4s steps(36) infinite !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes rainbow {
|
|
|
|
|