Last active
June 18, 2016 14:03
-
-
Save CodinCat/260c35b62e926b99fdceed1198acc998 to your computer and use it in GitHub Desktop.
My custom github stylesheet for better readability. Stylish extension: https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe Fira Mono font: https://mozilla.github.io/Fira/
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
td { | |
tab-size: 4; | |
} | |
body, .markdown-body { | |
font-family: Roboto; | |
-webkit-font-smoothing: antialiased; | |
} | |
pre,code, .markdown-body .highlight pre, .markdown-body pre, .blob-code-inner, .ace_editor.ace-github-light { | |
font-family: fira mono; | |
line-height: 1.8; | |
} | |
.blob-code-inner, .ace_editor.ace-github-light { | |
font-size: 13px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Screentshot (Windows):