X-Git-Url: https://git.auder.net/js/rpsls.js?a=blobdiff_plain;ds=inline;f=client%2Fsrc%2FApp.vue;h=c71ebfc41893f215d3ad027f727d440cb562619e;hb=934f7f70431e9892b3ea48ba199356b4f24eaf1b;hp=d8ae21d3f3307044b97c1fda76692d270621a75d;hpb=478315ed4fbbfa96959b108efb634efb444aa424;p=vchess.git diff --git a/client/src/App.vue b/client/src/App.vue index d8ae21d3..c71ebfc4 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -279,10 +279,19 @@ 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 ?