diff --git a/hot.js.example b/hot.js.example index 71d0cad..0592ad8 100644 --- a/hot.js.example +++ b/hot.js.example @@ -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, diff --git a/www/css/base.css b/www/css/base.css index 2cdb914..d4393da 100644 --- a/www/css/base.css +++ b/www/css/base.css @@ -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 {