mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
removed 1px blur from bg1/bg2
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user