Add counter #7

Closed
amovah wants to merge 7 commits from master into master
Showing only changes of commit d21f138ebe - Show all commits

View File

@ -510,3 +510,10 @@ a[href="#"].running {
background-color: rgba(255, 255, 255, 0.2); background-color: rgba(255, 255, 255, 0.2);
color: white; color: white;
} }
.count {
position: fixed;
bottom: 3rem;
left: 3rem;
font-size: 2.2rem;
}