removed 1px blur from bg1/bg2

This commit is contained in:
RossAscends
2023-04-12 19:27:49 +09:00
parent 7619900a07
commit f6ff84bbb6

View File

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