From 5ade76f4935e667fbecb4a9f8cb2f4db2f37d60d Mon Sep 17 00:00:00 2001 From: Leandro Martinez Date: Wed, 14 Aug 2024 16:06:03 -0300 Subject: [PATCH] dot not completely fade away --- docs/estilo.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/estilo.css b/docs/estilo.css index f230a34..9543286 100755 --- a/docs/estilo.css +++ b/docs/estilo.css @@ -207,7 +207,7 @@ text-decoration: none; opacity: 1; } 50% { - opacity: 0; + opacity: 0.5; } 100% { opacity: 1;