From 1e6a623e8d251f44ae17c125fdaaa2c19e2740cf Mon Sep 17 00:00:00 2001 From: kek7198 Date: Fri, 3 Dec 2021 11:10:21 -0600 Subject: [PATCH] fix --- files/templates/comments.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index e6cb920b05..e825c9ca6e 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -9,8 +9,8 @@ padding: 3px 0; } .comment-anchor:target { - transition:all 0.5s ease-in-out; - animation: blink normal 1s ease-in-out; + transition:all 0.5s ease; + animation: blink normal 1s ease; } @keyframes blink {