From 1c9a70a4ddc6e2099513a310519fc794892418df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AA=A0=E8=AA=A0-ChengCheng?= <37478187+TW527E@users.noreply.github.com> Date: Sun, 8 May 2022 11:15:57 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20=E6=9B=B4=E6=96=B0:=20r?= =?UTF-8?q?enexmoe-tw527e-edition?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🛠️ 更新: renexmoe-tw527e-edition [#v1.0.20](https://github.com/TW527E/renexmoe-tw527e-edition/releases/tag/v1.0.20) --- theme/renexmoe-tw527e-edition.html | 43 +++++++++++++++++++----------- 1 file changed, 27 insertions(+), 16 deletions(-) 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); + } +
+ + +