mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 13:19:03 +00:00
Merge pull request #26 from EliWimmer/patch-1
Fixed grouped DB headings not receiving bg color
This commit is contained in:
commit
0fe314420c
@ -47,7 +47,8 @@ body,
|
|||||||
.notion-update-sidebar-tab-updates-header + .notion-scroller,
|
.notion-update-sidebar-tab-updates-header + .notion-scroller,
|
||||||
.notion-update-sidebar-tab-comments-header,
|
.notion-update-sidebar-tab-comments-header,
|
||||||
.notion-update-sidebar-tab-comments-header + div,
|
.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;
|
background: var(--theme--bg) !important;
|
||||||
}
|
}
|
||||||
.notion-timeline-item-row + div > div > div,
|
.notion-timeline-item-row + div > div > div,
|
||||||
|
Loading…
Reference in New Issue
Block a user