frontend: don't animate twice countdown time separator when time expired

This commit is contained in:
nemunaire 2018-11-25 01:14:33 +01:00
parent bd0416eede
commit a5dbde7fb5

View File

@ -61,7 +61,7 @@ body {
.navbar #clock {
font-size: 70px;
}
.point, .expired {
#clock:not(.expired) .point, #clock.expired {
transition: color text-shadow 1s;
position: relative;
animation: clockanim 1s ease infinite;