Skip to content

Instantly share code, notes, and snippets.

@mojavelinux
Last active May 12, 2017 00:45
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 mojavelinux/931911c0903123a72fcabbdf6aea433e to your computer and use it in GitHub Desktop.
Save mojavelinux/931911c0903123a72fcabbdf6aea433e to your computer and use it in GitHub Desktop.
Readable user style for GitLab Issues; match: ^https://gitlab\.com/.*/issues/.*$
.md, .wiki {
font-family: "Droid Serif";
font-size: 1.2em;
line-height: 1.6;
}
ul.notes .note .note-body .note-text p, .wiki p {
margin-top: 0.75em;
}
.container-limited.limit-container-width {
max-width: 888px;
}
textarea.note-textarea {
font-family: "Droid Sans Mono";
font-size: 1.1em;
line-height: 1.6;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment