Add some text-block variables

See: https://github.com/dragonwocky/notion-enhancer/issues/155
This commit is contained in:
Alejandro Romano 2020-10-12 13:49:03 -03:00 committed by GitHub
parent 252c4a0b3f
commit 6fe0d1a12b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)'],