X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2FApp.vue;h=25ec25eb39b0e937140d249f6b17a85d7283dd53;hp=15e2f101dc8c3fc040b2470338176ebca84d8ea4;hb=54ec15ebc0cc874cb40307d0d674964b2f0e11a4;hpb=374c5c13fb8d952c73ad3eb6cd8253282e3baf98 diff --git a/client/src/App.vue b/client/src/App.vue index 15e2f101..25ec25eb 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -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 ?