From 3a608f8aff0e9c0674e8cb7da87c94e7196ec6c2 Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Wed, 2 Sep 2020 11:33:18 +1000 Subject: [PATCH] page titles now respond to small-text mode --- repo/core/css/theme.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/repo/core/css/theme.css b/repo/core/css/theme.css index 96f1efc..dac7b68 100644 --- a/repo/core/css/theme.css +++ b/repo/core/css/theme.css @@ -107,7 +107,9 @@ font-family: var(--theme--font_code) !important; } .notion-frame .notion-page-block div[placeholder='Untitled'] { - font-size: var(--theme--font_title-size) !important; + font-size: calc( + var(--theme--font_body-size) * (var(--theme--font_heading1-size) / 1em) + ) !important; } [placeholder='Heading 1'] { font-size: calc(