Skip to content

Instantly share code, notes, and snippets.

@masaru-b-cl
Last active October 16, 2018 06:27
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 masaru-b-cl/808804af12a9b22430d1f64046fd58b0 to your computer and use it in GitHub Desktop.
Save masaru-b-cl/808804af12a9b22430d1f64046fd58b0 to your computer and use it in GitHub Desktop.
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, serif;
background-color: white;
color: #24292e;
}
table {
width: auto;
border-collapse: collapse;
border-spacing: 0;
border-width: 1px;
}
td, th {
min-width: 100px;
background-color: #f9f9f9;
border-color: #eeeeee;
}
th {
font-weight: bold;
}
pre, code {
background-color: rgba(27,31,35,0.05);
font-size: 85%;
color: #24292e;
}
blockquote {
color: #6a737d;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment