mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 05:09:03 +00:00
15 lines
352 B
CSS
15 lines
352 B
CSS
/*
|
|
* gameish
|
|
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
|
|
* (c) 2020 u/LVL100ShrekCultist
|
|
* under the MIT license
|
|
*/
|
|
|
|
.notion-dark-theme
|
|
.notion-scroller.vertical.horizontal
|
|
.notion-table-view
|
|
.notion-selectable.notion-collection_view-block
|
|
> :first-child {
|
|
background: var(--theme--card) !important;
|
|
}
|