Created
June 11, 2016 18:20
-
-
Save CodinCat/6f23b5cd180080563abf458c151bd645 to your computer and use it in GitHub Desktop.
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
body { | |
font-family: Roboto; | |
font-size: 15px; | |
line-height: 1.6; | |
-webkit-font-smoothing: antialiased; | |
} | |
.issue-summary { | |
font-size: 16px; | |
} | |
.issue-summary_fsi { | |
font-size: 21px; | |
} | |
.issueId, .issueId_fsi, a.issueId_fsi { | |
font-family: fira mono, monospace; | |
} | |
.issueId_fsi, a.issueId_fsi { | |
font-size: 17px; | |
} | |
.issueId_fsi, a.issueId_fsi, .fsi__summary { | |
font-weight: bold; | |
} | |
.description_fsi, .wiki.text { | |
font-size: 16px; | |
line-height: 1.7; | |
} | |
.wiki-exception, .wiki-exception-title, .wikicode, .monospace, .prettyprint { | |
padding: 14px; | |
margin: 12px 0; | |
font-family: Fira Mono; | |
line-height: 1.6; | |
} | |
.fsi-properties { | |
font-size: 14px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment