mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-19 11:09:03 +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;
|
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 **/
|
/** databases **/
|
||||||
|
|
||||||
.notion-body.dark [style*='background: rgb(63, 68, 71)'],
|
.notion-body.dark [style*='background: rgb(63, 68, 71)'],
|
||||||
|
Loading…
Reference in New Issue
Block a user