css: clock is now a css class
This commit is contained in:
parent
46aaa7cb4a
commit
f9237d2dcf
7 changed files with 15 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Reference in a new issue