add some slight contrast to dark+ table column title bgs

This commit is contained in:
dragonwocky 2020-05-31 00:28:45 +10:00
parent 182303aeda
commit c30d83bee8
Signed by: dragonwocky
GPG Key ID: C7A48B7846AA706D
2 changed files with 4 additions and 2 deletions

View File

@ -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;

View File

@ -135,7 +135,8 @@ changes will be applied instantly on notion reload
<span class="hljs-selector-attr">[style*=<span class="hljs-string">'background: rgb(47, 52, 55)'</span>]</span> {
<span class="hljs-attribute">background</span>: <span class="hljs-built_in">rgb</span>(<span class="hljs-number">10</span>, <span class="hljs-number">10</span>, <span class="hljs-number">10</span>) <span class="hljs-meta">!important</span>;
}
<span class="hljs-comment">/* hovered buttons */</span>
<span class="hljs-comment">/* hovered buttons + table column titles */</span>
<span class="hljs-selector-class">.notion-table-view</span> &gt; <span class="hljs-selector-pseudo">:first-child</span> &gt; <span class="hljs-selector-pseudo">:first-child</span>,
<span class="hljs-selector-attr">[style*=<span class="hljs-string">'background: rgb(71, 76, 80)'</span>]</span>,
<span class="hljs-selector-attr">[style*=<span class="hljs-string">'background: rgb(98, 102, 104)'</span>]</span> {
<span class="hljs-attribute">background</span>: <span class="hljs-built_in">rgb</span>(<span class="hljs-number">15</span>, <span class="hljs-number">15</span>, <span class="hljs-number">15</span>) <span class="hljs-meta">!important</span>;