Skip to content

Instantly share code, notes, and snippets.

@dajare
Created November 28, 2021 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dajare/b4553c96af964adaae0cd41a29080522 to your computer and use it in GitHub Desktop.
Save dajare/b4553c96af964adaae0cd41a29080522 to your computer and use it in GitHub Desktop.
Zettlr | Custom CSS
/* Enter your custom CSS here */
body #editor {
background-color: #f6f3ea;
}
#editor .CodeMirror {
line-height: 1.75em;
font-family: 'Noto Serif', 'Charis SIL', 'iA Writer Duospace', serif;
}
body .size-header-1, body .size-header-2 {
font-size: 1.5em !important;
padding-bottom: 0.5em;
}
body .size-header-3 {
font-size: 1.25em !important;
padding-bottom: 0.5em;
}
body .cm-link, a.cma {
color: #6c6;
vertical-align: super;
font-size: smaller;
font-weight: 700;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment