Skip to content

Instantly share code, notes, and snippets.

@cesalberca
Created May 30, 2017 10:46
Show Gist options
  • Save cesalberca/8266a0c10056dcdaf35ba03437e2c148 to your computer and use it in GitHub Desktop.
Save cesalberca/8266a0c10056dcdaf35ba03437e2c148 to your computer and use it in GitHub Desktop.
Theme skeleton styles
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