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); }