mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-19 11:09:03 +00:00
Add default line-height and margin-top for text-block
See: https://github.com/dragonwocky/notion-enhancer/issues/155
This commit is contained in:
parent
e3de7da699
commit
197e384370
@ -45,6 +45,9 @@
|
|||||||
--theme_dark--font_body-size_small: 14px;
|
--theme_dark--font_body-size_small: 14px;
|
||||||
--theme_dark--font_code-size: 0.796875em;
|
--theme_dark--font_code-size: 0.796875em;
|
||||||
--theme_dark--font_sidebar-size: 14px;
|
--theme_dark--font_sidebar-size: 14px;
|
||||||
|
|
||||||
|
--theme_dark--text-block_line-height: 1.5;
|
||||||
|
--theme_dark--text-block_margin-top: 1px;
|
||||||
|
|
||||||
--theme_dark--scrollbar: #505457;
|
--theme_dark--scrollbar: #505457;
|
||||||
--theme_dark--scrollbar-border: transparent;
|
--theme_dark--scrollbar-border: transparent;
|
||||||
@ -226,6 +229,9 @@
|
|||||||
--theme_light--font_body-size_small: 14px;
|
--theme_light--font_body-size_small: 14px;
|
||||||
--theme_light--font_code-size: 0.796875em;
|
--theme_light--font_code-size: 0.796875em;
|
||||||
--theme_light--font_sidebar-size: 14px;
|
--theme_light--font_sidebar-size: 14px;
|
||||||
|
|
||||||
|
--theme_light--text-block_line-height: 1.5;
|
||||||
|
--theme_light--text-block_margin-top: 1px;
|
||||||
|
|
||||||
--theme_light--scrollbar: #d9d8d6;
|
--theme_light--scrollbar: #d9d8d6;
|
||||||
--theme_light--scrollbar-border: #cacac8;
|
--theme_light--scrollbar-border: #cacac8;
|
||||||
|
Loading…
Reference in New Issue
Block a user