removed arbitrary flicker effect

This commit is contained in:
neko 2021-04-09 22:20:51 +02:00
parent 16a8b8661e
commit 8216a1ded0

View File

@ -140,21 +140,6 @@ http://aleclownes.com/2017/02/01/crt-display.html
} }
} }
.crt::after {
content: " ";
display: block;
position: absolute;
top: 0;
left: 0;
bottom: auto;
right: auto;
background: rgba(18, 16, 16, 0.1);
opacity: 0;
z-index: 2;
pointer-events: none;
animation: flicker 3s infinite;
}
.crt-flicker { .crt-flicker {
content: " "; content: " ";
display: block; display: block;