From 3c2d62cfb7032cf163f842982233b58ec4bd1d28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20=C5=A0arman?= Date: Fri, 1 Apr 2022 17:06:04 +0200 Subject: [PATCH] fix: add header background for dark mode --- styles/notion.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/notion.css b/styles/notion.css index 460440d..3567354 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -327,7 +327,7 @@ } .dark-mode .notion-header { - background: transparent; + background: hsla(203, 8%, 20%, 0.8); box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1); backdrop-filter: saturate(180%) blur(8px); }