bring together all heading styles

This commit is contained in:
Emir 2020-12-06 01:24:54 +03:00 committed by GitHub
parent 4f6939a41b
commit 190eee637e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,14 +149,8 @@
.notion-selectable.notion-quote-block div[spellcheck="true"] { .notion-selectable.notion-quote-block div[spellcheck="true"] {
font-family: var(--theme--font_quote) !important; font-family: var(--theme--font_quote) !important;
} }
[placeholder='Heading 1'] { [placeholder='Heading 1'], [placeholder='Heading 2'], [placeholder='Heading 3'] {
font-family: var(--theme--font_heading1) !important; font-family: var(--theme--font_headings) !important;
}
[placeholder='Heading 2'] {
font-family: var(--theme--font_heading2) !important;
}
[placeholder='Heading 3'] {
font-family: var(--theme--font_heading3) !important;
} }
.notion-frame .notion-page-block div[placeholder='Untitled'], .notion-frame .notion-page-block div[placeholder='Untitled'],
.notion-overlay-container .notion-page-block div[placeholder='Untitled'] { .notion-overlay-container .notion-page-block div[placeholder='Untitled'] {