removed overlay flicker for performance

This commit is contained in:
ari melody 2023-11-08 20:34:40 +00:00
parent ab27fde2e4
commit 864efa4c8e
Signed by: ari
GPG key ID: CF99829C92678188

View file

@ -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;
} }