From f6ff84bbb6bc232b16a73683aa42b7ad8b7fd62e Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Wed, 12 Apr 2023 19:27:49 +0900 Subject: [PATCH] removed 1px blur from bg1/bg2 --- public/style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/style.css b/public/style.css index 8f8ea3bf0..d96861d62 100644 --- a/public/style.css +++ b/public/style.css @@ -155,7 +155,6 @@ code { background-repeat: no-repeat; background-attachment: fixed; background-size: cover; - filter: blur(1px); position: absolute; width: 100%; height: 100%; @@ -166,7 +165,6 @@ code { background: url(backgrounds/tavern1.jpg); background-repeat: no-repeat; background-attachment: fixed; - filter: blur(1px); background-size: cover; opacity: 0.0; position: absolute;