Skip to content

Instantly share code, notes, and snippets.

@drcursor
Created March 16, 2021 12:31
Show Gist options
  • Save drcursor/8dd91f28bf5a58dd5f23f828d48ae2d7 to your computer and use it in GitHub Desktop.
Save drcursor/8dd91f28bf5a58dd5f23f828d48ae2d7 to your computer and use it in GitHub Desktop.
Zettlr 1.8.7 Note CSS
#editor .CodeMirror-code {
margin-top: 30px;
}
#editor .CodeMirror {
margin-left: 0px;
}
.CodeMirror .size-header-1 {
font-size: 1.4em;
}
.CodeMirror .size-header-2 {
font-size: 1.2em;
}
.CodeMirror .size-header-3 {
font-size: 1.1em;
}
.CodeMirror .size-header-4 {
font-size: 1.05em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment