css: clock is now a css class

This commit is contained in:
nemunaire 2018-12-04 05:27:15 +01:00
commit f9237d2dcf
7 changed files with 15 additions and 15 deletions

View file

@ -67,10 +67,10 @@ body {
margin: 3px auto;
height: 100px;
}
.navbar #clock {
.navbar .clock {
font-size: 70px;
}
#clock:not(.expired) .point, #clock.expired {
.clock:not(.expired) .point, .clock.expired {
transition: color text-shadow 1s;
position: relative;
animation: clockanim 1s ease infinite;