Tiny cleanup

This commit is contained in:
Lani Aung
2022-11-18 19:27:26 -07:00
parent 364555d49e
commit 23fa5e223f
2 changed files with 5 additions and 2 deletions
+4
View File
@@ -75,6 +75,10 @@ a {
color: lightgreen;
}
.text {
color: orange;
}
.blink {
animation: blink-animation 1s steps(5, start) infinite;
-webkit-animation: blink-animation 1s steps(5, start) infinite;