From c30d83bee818e151d203ea2c8b43065eda8cc087 Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Sun, 31 May 2020 00:28:45 +1000 Subject: [PATCH] add some slight contrast to dark+ table column title bgs --- README.md | 3 ++- docs/index.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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;