From c7c52e69ac35b77eec5b2e768cb994b260522124 Mon Sep 17 00:00:00 2001 From: JackMyth Date: Tue, 9 Jun 2020 21:50:49 +0800 Subject: [PATCH] Fix opacity --- resource/webkit.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resource/webkit.css b/resource/webkit.css index 09a80c1..1151081 100644 --- a/resource/webkit.css +++ b/resource/webkit.css @@ -420,7 +420,7 @@ html.client .apphub_background .ClientUIControls div[class^="library_MainPanel"] { - /*background: radial-gradient(100% 100% at 45% 45%, #00000080 0%, #30303f 100%);*/ + background: #000; z-index:1; } @@ -438,7 +438,7 @@ html.client .apphub_background background-size: calc(100% + 240px) calc(100% + 80px); /*TMC2:EndCSide2*/ background-attachment: fixed; - /*TMC2:BeginMainContent*/filter: blur(10px) brightness(60%);/*TMC2:EndMainContent*/ + /*TMC2:BeginMainContent*/filter: blur(10px) opacity(90%);/*TMC2:EndMainContent*/ } .ClientUIControls div[class^="libraryhome_UpdatesContainer"]