diff --git a/README.md b/README.md index 04158b1..303d6d1 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,8 @@ css below will work for every instance of the element, but if you wish to hide o [style*='background: rgb(47, 52, 55)'] { background: rgb(10, 10, 10) !important; } -/* hovered buttons */ +/* hovered buttons + table column titles */ +.notion-table-view > :first-child > :first-child, [style*='background: rgb(71, 76, 80)'], [style*='background: rgb(98, 102, 104)'] { background: rgb(15, 15, 15) !important; diff --git a/docs/index.html b/docs/index.html index 49119a1..cfad4f4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -135,7 +135,8 @@ changes will be applied instantly on notion reload [style*='background: rgb(47, 52, 55)'] { background: rgb(10, 10, 10) !important; } -/* hovered buttons */ +/* hovered buttons + table column titles */ +.notion-table-view > :first-child > :first-child, [style*='background: rgb(71, 76, 80)'], [style*='background: rgb(98, 102, 104)'] { background: rgb(15, 15, 15) !important;