Created
May 30, 2017 10:46
-
-
Save cesalberca/8266a0c10056dcdaf35ba03437e2c148 to your computer and use it in GitHub Desktop.
Theme skeleton styles
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", Roboto, Helvetica, Arial, sans-serif; | |
max-width: 800px; | |
margin: 0 auto; | |
color: hsla(0, 0%, 8%, 1); | |
font-size: 16px; | |
line-height: 1.8; | |
} | |
pre { | |
overflow-x: scroll; | |
border: 1px solid hsla(0, 0%, 8%, 0.2); | |
padding: 1rem; | |
} | |
a { | |
color: hsla(203, 100%, 49%, 1); | |
text-decoration: none; | |
} | |
img { | |
width: 100%; | |
height: auto; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment