From 864efa4c8e451501c1076feb78122276f83bbffc Mon Sep 17 00:00:00 2001 From: ari melody Date: Wed, 8 Nov 2023 20:34:40 +0000 Subject: [PATCH] removed overlay flicker for performance --- public/style/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/style/main.css b/public/style/main.css index 99a6b22..d87f697 100644 --- a/public/style/main.css +++ b/public/style/main.css @@ -8,7 +8,7 @@ body { margin: 0; padding: 0; - background: #111; + background: #080808; color: #eee; font-family: monospace; font-size: 18px; @@ -312,7 +312,7 @@ footer { background-repeat: repeat; opacity: .5; pointer-events: none; - animation: linear .05s infinite alternate overlay-flicker; + /* animation: linear .05s infinite alternate overlay-flicker; */ mix-blend-mode: overlay; }