From f4b7c6768c377ad0955d4b7a92df71466ceb017a Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 11 Oct 2021 15:33:57 +0200 Subject: [PATCH] fgd --- files/templates/comments.html | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 05ad7098b..2b0f0a98b 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -18,15 +18,7 @@ padding-top: 75px; } .comment-anchor:target { - animation: highlight 2s!important; - } - @keyframes highlight { - 0% { - background: rgba(255,255,255,0.6); - } - 100% { - background: none; - } + background: rgba(134, 88, 88, 0.2); }