Update Time more smoothly (fade char-wise)

This commit is contained in:
Jonathan Vogt
2016-01-25 23:15:01 +01:00
parent a201ef4e53
commit e1b9bd46b6
3 changed files with 25 additions and 6 deletions

View File

@@ -110,6 +110,10 @@ html {
color: #aaa;
}
.hidden {
display: none;
}
.light {
font-family: "HelveticaNeue-UltraLight", sans-serif;
}