Skip to content

Instantly share code, notes, and snippets.

@tatumalenko
Last active July 5, 2019 01:12
Show Gist options
  • Save tatumalenko/048afe3c50931066499efcf2b265ee62 to your computer and use it in GitHub Desktop.
Save tatumalenko/048afe3c50931066499efcf2b265ee62 to your computer and use it in GitHub Desktop.
body {
font-family: cordova, Verdana, Geneva, Tahoma, sans-serif;
font-size: 14px;
line-height: 1.6;
background-color: white;
padding: 20px;
color: #333;
}
body, body * {
background-color: white !important;
color: black;
}
pre {
margin: 0 !important;
padding: 0 !important;
box-sizing: border-box;
margin-bottom: -1.25em !important;
}
pre div {
padding: 10px;
background-color: #eee !important;
border-radius: 2px;
overflow: auto;
}
pre code * {
color: black !important;
background-color: #eee !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment