Skip to content

Instantly share code, notes, and snippets.

@elomatreb
Created September 2, 2017 07:01
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 elomatreb/000e14b723fd57f6894e3c4396a480a0 to your computer and use it in GitHub Desktop.
Save elomatreb/000e14b723fd57f6894e3c4396a480a0 to your computer and use it in GitHub Desktop.
Some of my userstyles. Usually just for proper fonts
@-moz-document domain("github.com") {
body,
.markdown-body,
.default-label .sha .ellipses,
.tooltipped::after {
font-family: sans-serif;
}
pre,
code,
kbk,
tt,
.blob-code-inner,
.blob-num,
.branch-name,
.cm-s-github-light .CodeMirror-lines,
.commit .sha,
.commit .sha-block,
.commit-desc pre,
.commit-ref,
.commit-tease-sha,
.CommunityTemplate-highlight,
.credit-card .cvv,
.credit-card .text,
.default-label .sha,
.export-phrase pre,
.file-editor-textarea,
.file-info,
.gollum-dialog-dialog-body fieldset .code,
.gollum-editor .expanded textarea,
.gollum-editor .gollum-editor-body,
.hook-delivery-guid,
.hook-delivery-response-status,
.input-monospace,
.news .alert .branch-link,
.oauth-app-info-container dl.keys dd,
.tag-references>li.commit,
.two-factor-recovery-codes,
.two-factor-secret,
.uploaded-files .filename {
font-family: monospace;
}
}
/* Adjust instances to taste */
@-moz-document domain("mastodon.social"), domain("anti.energy") {
body {
font-family: sans-serif;
}
.column {
flex-grow: 1;
}
.status__content {
line-height: 1.8 !important;
}
}
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.reddit.com") {
body {
font-family: sans-serif;
}
}
@-moz-document domain("tweetdeck.twitter.com") {
body {
font-family: sans-serif;
}
.tweet-text {
line-height: 1.6;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment