diff --git a/theme/renexmoe-tw527e-edition.html b/theme/renexmoe-tw527e-edition.html index d44bad7..b361913 100644 --- a/theme/renexmoe-tw527e-edition.html +++ b/theme/renexmoe-tw527e-edition.html @@ -19,8 +19,8 @@ - - + + @@ -41,12 +41,10 @@ html { background-color: #222222; - background: url(""), #222222; + background: url("") fixed no-repeat, #222222; margin: 0; - background-attachment: fixed; background-size: cover; - background-repeat: no-repeat; } body { @@ -169,16 +167,29 @@ align-items: center !important; } } + + .blur{ + z-index: 0; + position: fixed; + width: 100%; + height: 100%; + left: 0; + filter: blur(0px); + } +
+ + +