From c1c246cca77044b56d2a29efd03c6c2308606e68 Mon Sep 17 00:00:00 2001 From: rushilwiz Date: Sat, 4 Jul 2020 14:48:46 -0400 Subject: [PATCH] messing with delays --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 7b5cf22..a534da2 100644 --- a/css/style.css +++ b/css/style.css @@ -200,7 +200,7 @@ nav a:hover { transform: translate(-50%, -50%); font-size: 300%; - animation-delay: 3s !important; + animation-delay: 1s !important; animation: cursor-blink 0.5s infinite alternate, typing-anim 3s steps(14); overflow: hidden; white-space: nowrap;