mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 05:09:03 +00:00
add some slight contrast to dark+ table column title bgs
This commit is contained in:
parent
182303aeda
commit
c30d83bee8
@ -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;
|
||||
|
@ -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> > <span class="hljs-selector-pseudo">:first-child</span> > <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>;
|
||||
|
Loading…
Reference in New Issue
Block a user