From a5d94ab1e1484ae55674ae6975481a6966856a31 Mon Sep 17 00:00:00 2001 From: Silent-Spy <vishwaakannan365@gmail.com> Date: Thu, 7 Dec 2023 20:46:46 -0500 Subject: [PATCH] small typo fix --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index cb345ab..724bc35 100644 --- a/static/style.css +++ b/static/style.css @@ -480,7 +480,7 @@ filter: blur(0); text-align: center; z-index: 999; opacity: 0; - transition: opacity 2s ease; /* Transition property with a 3-second duration and ease timing function */ + transition: opacity 2s ease; } #popup-container.show { -- GitLab