Created
September 2, 2017 07:01
-
-
Save elomatreb/000e14b723fd57f6894e3c4396a480a0 to your computer and use it in GitHub Desktop.
Some of my userstyles. Usually just for proper fonts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-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; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("www.reddit.com") { | |
body { | |
font-family: sans-serif; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-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