From 78ca790decc3677088cc218bed11aed5b086c491 Mon Sep 17 00:00:00 2001 From: Peng Xiao Date: Wed, 30 Jun 2021 23:18:14 +0800 Subject: [PATCH] fix: compatibility issue on safari --- custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/custom.css b/custom.css index bb27298..31e8642 100644 --- a/custom.css +++ b/custom.css @@ -879,6 +879,7 @@ progress::-webkit-progress-value { .cp__header, .cp__right-sidebar-topbar, .sidebar-item.content > div > div:first-of-type { + -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); background-color: transparent; }