From fcebc1504c9aae89d65068facb676b840b92bc73 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 21 May 2016 16:15:26 -0700 Subject: [PATCH] Fix blinking in older browsers; allow 4chan's blinking animations to work. --- src/css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/css/style.css b/src/css/style.css index d1660a7ce..cdde13e37 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -115,8 +115,9 @@ body > div[style*=" top: -10000px;"] { visibility: hidden !important; } -.blink { - animation: none !important; +:root.blink { + -webkit-animation: none; + animation: none; } /* Ads */