Skip to content

Instantly share code, notes, and snippets.

@lacostenycoder
Created March 20, 2019 18:55
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 lacostenycoder/f397a7511d6e2a6382c31fc16df7aac6 to your computer and use it in GitHub Desktop.
Save lacostenycoder/f397a7511d6e2a6382c31fc16df7aac6 to your computer and use it in GitHub Desktop.
Github Code Review CSS hack
.blob-code, .blob-code-inner {
font-weight: 300;
font-family: Hack Nerd Font; /* maybe */
font-family: Ubuntu Mono;
font-size: 14px;
-webkit-text-stroke-width: 0.4px;
-webkit-text-stroke-color: inherit;
}
.js-details-container:not(.commit-tease) {
margin-left: -6vw;
margin-right: auto;
width: 80vw;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment