removed arbitrary flicker effect
This commit is contained in:
parent
16a8b8661e
commit
8216a1ded0
@ -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 {
|
||||
content: " ";
|
||||
display: block;
|
||||
|
Loading…
Reference in New Issue
Block a user