Skip to content

Instantly share code, notes, and snippets.

@xhacker
Last active February 4, 2017 15:17
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 xhacker/aacd2ea6f3100b33995c38ab0e492f20 to your computer and use it in GitHub Desktop.
Save xhacker/aacd2ea6f3100b33995c38ab0e492f20 to your computer and use it in GitHub Desktop.
Better style for Stash
body,
textarea {
font-family: -apple-system !important;
-webkit-font-smoothing: subpixel-antialiased !important;
}
pre,
code,
.line-number,
.blame,
.commitid,
#repo-clone-dialog .clone-url input,
#commits-table .message .tag,
#commits-table .message .graphs-branch,
.CodeMirror-dialog input {
font-family: "SF Mono", Menlo, monospace !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment