removed overlay flicker for performance
This commit is contained in:
parent
ab27fde2e4
commit
864efa4c8e
|
@ -8,7 +8,7 @@
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background: #111;
|
background: #080808;
|
||||||
color: #eee;
|
color: #eee;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
@ -312,7 +312,7 @@ footer {
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
animation: linear .05s infinite alternate overlay-flicker;
|
/* animation: linear .05s infinite alternate overlay-flicker; */
|
||||||
mix-blend-mode: overlay;
|
mix-blend-mode: overlay;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue