Revert to news button in red, no blinking. Add autoplay option
[vchess.git] / client / src / App.vue
index 15e2f10..25ec25e 100644 (file)
@@ -280,19 +280,10 @@ footer
     padding: 5px 0
 
 .menuitem.somenews
-  animation: blinkNews 1s infinite;
   color: red
   &:link, &:visited, &:hover
     color: red
 
-@keyframes blinkNews
-  0%, 49%
-    background-color: yellow
-    padding: 3px
-  50%, 100%
-    background-color: grey
-    padding: 3px
-
 // Styles for diagrams and board (partial).
 // TODO: where to put that ?