Finished remaining nerdy refactor

This commit is contained in:
Liliesh 2026-03-08 19:01:20 +01:00
parent e2d89b890d
commit 9b46f3715c
Signed by untrusted user who does not match committer: liliesh
GPG key ID: 680387646C7BAE8E
8 changed files with 72 additions and 18 deletions

View file

@ -68,4 +68,13 @@ body {
margin: 0;
font-size: 12pt;
}
}
#blinky {
animation: hide 750ms infinite;
}
@keyframes hide {
0% { opacity: 1.0;}
50% { opacity: 0.0;}
}