From 536ee7270b319fce1539772821175a014b103d91 Mon Sep 17 00:00:00 2001 From: rushilwiz Date: Sat, 4 Jul 2020 14:49:35 -0400 Subject: [PATCH] no delay is good delay --- css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index a534da2..b10053f 100644 --- a/css/style.css +++ b/css/style.css @@ -199,8 +199,7 @@ nav a:hover { left: 50%; transform: translate(-50%, -50%); font-size: 300%; - - animation-delay: 1s !important; + animation: cursor-blink 0.5s infinite alternate, typing-anim 3s steps(14); overflow: hidden; white-space: nowrap;