Skip to content

Instantly share code, notes, and snippets.

@chadluo
Created November 7, 2018 11:45
Show Gist options
  • Save chadluo/74ef18ba959a73cee0c1aa138edcf39f to your computer and use it in GitHub Desktop.
Save chadluo/74ef18ba959a73cee0c1aa138edcf39f to your computer and use it in GitHub Desktop.
wkpd
@-moz-document domain("en.wikipedia.org"), domain("en.wikiquote.org") {
body,
.mw-body-content h2 {
font-family: 'IBM Plex Sans', sans-serif
}
.mw-body h1,
.mw-body-content h1 {
font-family: 'IBM Plex Mono', monospace
}
.mw-body-content {
font-family: 'IBM Plex Serif', serif
}
.mw-body-content p {
hyphens: auto;
margin: 0;
}
.mw-body-content p + p {
text-indent: 2em;
}
}
@-moz-document domain("wikipedia.org"), domain("wikiquote.org") {
.mw-parser-output p,
.mw-parser-output dl {
max-width: 55em;
}
.mw-parser-output blockquote,
.mw-parser-output ol,
.mw-parser-output ul {
max-width: calc(55em - 80px);
}
.toc {
margin-top: 1em
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment