From f58c67ebe42e3fc3de10ce26bd302f3da4502914 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Fri, 3 Dec 2021 11:09:57 -0600 Subject: [PATCH] fix --- files/templates/comments.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 2d440c90a2..e6cb920b05 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -15,13 +15,13 @@ @keyframes blink { 0% { - background-color: rgba(255,255,255,0.1) + background-color: rgba(0,0,0,0.1) } 50% { - background-color: rgba(255,255,255,0.2) + background-color: rgba(0,0,0,0.2) } 100% { - background-color: rgba(255,255,255,0.1) + background-color: rgba(0,0,0,0.1) } }