Skip to content

Instantly share code, notes, and snippets.

@KarlZeo
Created March 8, 2019 07:52
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 KarlZeo/1a615a9a3722270a4e55a0ec0977f8f0 to your computer and use it in GitHub Desktop.
Save KarlZeo/1a615a9a3722270a4e55a0ec0977f8f0 to your computer and use it in GitHub Desktop.
CSS for github code
.markdown-body pre {
box-shadow: 0 5px 12px rgba(255,255,255,.25);
filter: invert(1) hue-rotate(180deg) saturate(200%);
background-color: #ced0d4 !important;
border-radius: .35rem !important;
}
.blob-wrapper {
box-shadow: 0 5px 12px rgba(255,255,255,.25);
filter: invert(1) hue-rotate(180deg) saturate(200%);
background-color: #ced0d4 !important;
border-radius: .35rem !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment