notion-enhancer
Version:
an enhancer/customiser for the all-in-one productivity workspace notion.so
49 lines (45 loc) • 1.5 kB
CSS
/**
* notion-enhancer: neutral
* (c) 2020 Arecsu
* (c) 2021 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
* (https://notion-enhancer.github.io/) under the MIT license
*/
.notion-dark-theme [placeholder='Heading 1'],
.notion-dark-theme [placeholder='Heading 2'],
.notion-dark-theme [placeholder='Heading 3'] {
padding: 3px 1px ;
}
/* hide sidebar "new page" button */
.notion-dark-theme .notion-sidebar > [style*='flex: 0 0 auto; margin-top: auto;'] {
display: none ;
}
/* 1.3 supreme ratio. https://www.modularscale.com/ */
.notion-collection_view_page-block > div[placeholder='Untitled'],
.notion-frame .notion-page-block > div[placeholder='Untitled'],
.notion-overlay-container .notion-page-block > div[placeholder='Untitled'] {
font-size: 33px ;
}
[placeholder='Heading 1'] {
font-size: 2.2rem ;
}
[placeholder='Heading 2'] {
font-size: 1.687rem ;
}
[placeholder='Heading 3'] {
font-size: 1.3rem ;
}
.notion-frame .notion-scroller.vertical.horizontal .notion-page-content,
.notion-overlay-container .notion-scroller.vertical .notion-page-content {
font-size: 15px ;
}
.notion-frame
.notion-scroller.vertical.horizontal
.notion-page-content[style*='font-size: 14px'],
.notion-overlay-container
.notion-scroller.vertical
.notion-page-content[style*='font-size: 14px'] {
font-size: 13.5px ;
}
.notion-code-block [placeholder=' '] {
font-size: 0.9em ;
}