mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-06 21:49:03 +00:00
remove font_heading and font_quote variables
interfered with page sans/serif/mono setting: https://github.com/notion-enhancer/notion-repackaged/issues/44
This commit is contained in:
parent
f9147991e8
commit
022c08fe75
@ -285,14 +285,6 @@ body,
|
||||
[style*='SFMono-Regular'] {
|
||||
font-family: var(--theme--font_code) !important;
|
||||
}
|
||||
.notion-selectable.notion-quote-block div[spellcheck='true'] {
|
||||
font-family: var(--theme--font_quote) !important;
|
||||
}
|
||||
[placeholder='Heading 1'],
|
||||
[placeholder='Heading 2'],
|
||||
[placeholder='Heading 3'] {
|
||||
font-family: var(--theme--font_headings) !important;
|
||||
}
|
||||
|
||||
/** ui **/
|
||||
|
||||
|
@ -22,8 +22,6 @@
|
||||
Batang, serif;
|
||||
--theme--font_mono: iawriter-mono, Nitti, Menlo, Courier, monospace;
|
||||
--theme--font_code: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace;
|
||||
--theme--font_quote: var(--theme--font_sans);
|
||||
--theme--font_headings: var(--theme--font_sans);
|
||||
|
||||
--theme--accent_blue: rgb(46, 170, 220);
|
||||
--theme--accent_blue-selection: rgb(46, 170, 220, 0.25);
|
||||
|
Loading…
Reference in New Issue
Block a user