From e6dea9b4dde35d59242804ca0b171066c7c52be5 Mon Sep 17 00:00:00 2001 From: Eli <48037550+EliWimmer@users.noreply.github.com> Date: Fri, 31 Dec 2021 18:01:59 -0700 Subject: [PATCH] Fixed grouped DB headings not receiving bg color Thoroughly tested every DB view and group type and the style z-index: 84 does appear to be exclusive to this element. --- theming/theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theming/theme.css b/theming/theme.css index 9f0d013..f0cff9d 100644 --- a/theming/theme.css +++ b/theming/theme.css @@ -47,7 +47,8 @@ body, .notion-update-sidebar-tab-updates-header + .notion-scroller, .notion-update-sidebar-tab-comments-header, .notion-update-sidebar-tab-comments-header + div, -.notion-code-block > div > div > [style*='background: '][style$='padding-right: 105px;'] { +.notion-code-block > div > div > [style*='background: '][style$='padding-right: 105px;'], +[style*='z-index: 84'] { background: var(--theme--bg) !important; } .notion-timeline-item-row + div > div > div,