mirror of
https://github.com/laurent22/joplin.git
synced 2026-03-13 08:09:59 +08:00
This commit is contained in:
committed by
GitHub
parent
4abe83fdb6
commit
3719e1eee0
@@ -27,6 +27,7 @@ function useCss(themeId: number, editorCss: string): string {
|
||||
|
||||
:root {
|
||||
background-color: ${theme.backgroundColor};
|
||||
font-size: 13pt;
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -41,7 +42,6 @@ function useCss(themeId: number, editorCss: string): string {
|
||||
padding-bottom: 1px;
|
||||
padding-top: 10px;
|
||||
|
||||
font-size: 13pt;
|
||||
font-family: ${JSON.stringify(theme.fontFamily)}, sans-serif;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user