Fix blinking in older browsers; allow 4chan's blinking animations to work.

This commit is contained in:
ccd0 2016-05-21 16:15:26 -07:00
parent 51347ee140
commit fcebc1504c

View File

@ -115,8 +115,9 @@ body > div[style*=" top: -10000px;"] {
visibility: hidden !important; visibility: hidden !important;
} }
.blink { :root.blink {
animation: none !important; -webkit-animation: none;
animation: none;
} }
/* Ads */ /* Ads */