From 6fe0d1a12b9ae11b680445fc5187beac888e17d6 Mon Sep 17 00:00:00 2001 From: Alejandro Romano Date: Mon, 12 Oct 2020 13:49:03 -0300 Subject: [PATCH] Add some text-block variables See: https://github.com/dragonwocky/notion-enhancer/issues/155 --- mods/core/css/theme.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mods/core/css/theme.css b/mods/core/css/theme.css index faeac8f..a8e99ad 100644 --- a/mods/core/css/theme.css +++ b/mods/core/css/theme.css @@ -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)'],