Skip to content

Instantly share code, notes, and snippets.

@gnujoow
Created December 14, 2016 07:09
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 gnujoow/a334996c2b43588f7e06a736783ae1f3 to your computer and use it in GitHub Desktop.
Save gnujoow/a334996c2b43588f7e06a736783ae1f3 to your computer and use it in GitHub Desktop.
/* Code */
code,
pre {
font-family: Menlo, Monaco, "Courier New", monospace;
}
code {
padding: .25em .5em;
font-size: 85%;
color: #bf616a;
background-color: #f9f9f9;
border-radius: 3px;
}
pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
padding: 1rem;
font-size: .8rem;
line-height: 1.4;
white-space: pre;
white-space: pre-wrap;
word-break: break-all;
word-wrap: break-word;
background-color: #f9f9f9;
}
pre code {
padding: 0;
font-size: 100%;
color: inherit;
background-color: transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment