diff --git a/contrib/static/krane.css b/contrib/static/krane.css index 016c9c4..8d8c284 100644 --- a/contrib/static/krane.css +++ b/contrib/static/krane.css @@ -344,3 +344,16 @@ footer { text-align: center; } + + + @keyframes rotate { + 0% { transform: rotate(0deg); } + 100% { transform: rotate(360deg); } + } + + #logo:hover { + animation-name: rotate; + animation-duration: 2s; + animation-timing-function: linear; + animation-iteration-count: infinite; + } diff --git a/contrib/templates/placebo/frontpage.mustache b/contrib/templates/placebo/frontpage.mustache index b348c3b..8615c9d 100644 --- a/contrib/templates/placebo/frontpage.mustache +++ b/contrib/templates/placebo/frontpage.mustache @@ -16,7 +16,7 @@
- +

enter