diff --git a/www/typing.css b/www/typing.css index e0733f2..ec115aa 100644 --- a/www/typing.css +++ b/www/typing.css @@ -31,7 +31,7 @@ body { .typing { display: inline-block; width: 36ch; - animation: typing 3s steps(36), blink 1s step-end infinite alternate; + animation: typing 3s steps(36), blink 1s step-end 3s infinite alternate; white-space: nowrap; overflow: hidden; border-right: 1ch solid;