hash-command-arbitrary
Avril 4 years ago
parent 21a8fc583d
commit 56ce16430c
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -19,7 +19,7 @@ this.hot = {
},
/* Bump this version whenever you change base.css */
BASE_CSS_VERSION: 50,
BASE_CSS_VERSION: 51,
/* Bump this version whenever you modify any existing theme CSS */
THEME_CSS_VERSION: 18,

@ -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 {

Loading…
Cancel
Save