Last active
October 16, 2018 06:27
-
-
Save masaru-b-cl/808804af12a9b22430d1f64046fd58b0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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