mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-19 02:59:02 +00:00
Add some text-block variables
See: https://github.com/dragonwocky/notion-enhancer/issues/155
This commit is contained in:
parent
252c4a0b3f
commit
6fe0d1a12b
@ -192,6 +192,13 @@
|
||||
font-size: var(--theme--font_sidebar-size) !important;
|
||||
}
|
||||
|
||||
/** text-block readability **/
|
||||
|
||||
.notion-selectable.notion-text-block {
|
||||
line-height: var(--theme--text-block_line-height) !important;
|
||||
margin-top: var(--theme--text-block_margin-top) !important;
|
||||
}
|
||||
|
||||
/** databases **/
|
||||
|
||||
.notion-body.dark [style*='background: rgb(63, 68, 71)'],
|
||||
|
Loading…
Reference in New Issue
Block a user