page titles now respond to small-text mode

This commit is contained in:
dragonwocky 2020-09-02 11:33:18 +10:00
parent 850610b213
commit 3a608f8aff

View File

@ -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(