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
6fe0d1a12b
commit
e3de7da699
@ -399,6 +399,8 @@
|
|||||||
--theme--font_body-size_small: var(--theme_dark--font_body-size_small);
|
--theme--font_body-size_small: var(--theme_dark--font_body-size_small);
|
||||||
--theme--font_code-size: var(--theme_dark--font_code-size);
|
--theme--font_code-size: var(--theme_dark--font_code-size);
|
||||||
--theme--font_sidebar-size: var(--theme_dark--font_sidebar-size);
|
--theme--font_sidebar-size: var(--theme_dark--font_sidebar-size);
|
||||||
|
--theme--text-block_line-height: var(--theme_dark--text-block_line-height);
|
||||||
|
--theme--text-block_margin-top: var(--theme_dark--text-block_margin-top);
|
||||||
--theme--scrollbar: var(--theme_dark--scrollbar);
|
--theme--scrollbar: var(--theme_dark--scrollbar);
|
||||||
--theme--scrollbar-border: var(--theme_dark--scrollbar-border);
|
--theme--scrollbar-border: var(--theme_dark--scrollbar-border);
|
||||||
--theme--scrollbar_hover: var(--theme_dark--scrollbar_hover);
|
--theme--scrollbar_hover: var(--theme_dark--scrollbar_hover);
|
||||||
@ -563,6 +565,8 @@
|
|||||||
--theme--font_body-size_small: var(--theme_light--font_body-size_small);
|
--theme--font_body-size_small: var(--theme_light--font_body-size_small);
|
||||||
--theme--font_code-size: var(--theme_light--font_code-size);
|
--theme--font_code-size: var(--theme_light--font_code-size);
|
||||||
--theme--font_sidebar-size: var(--theme_light--font_sidebar-size);
|
--theme--font_sidebar-size: var(--theme_light--font_sidebar-size);
|
||||||
|
--theme--text-block_line-height: var(--theme_light--text-block_line-height);
|
||||||
|
--theme--text-block_margin-top: var(--theme_light--text-block_margin-top);
|
||||||
--theme--scrollbar: var(--theme_light--scrollbar);
|
--theme--scrollbar: var(--theme_light--scrollbar);
|
||||||
--theme--scrollbar-border: var(--theme_light--scrollbar-border);
|
--theme--scrollbar-border: var(--theme_light--scrollbar-border);
|
||||||
--theme--scrollbar_hover: var(--theme_light--scrollbar_hover);
|
--theme--scrollbar_hover: var(--theme_light--scrollbar_hover);
|
||||||
|
Loading…
Reference in New Issue
Block a user