Skip to content

Instantly share code, notes, and snippets.

@fricze
Last active December 29, 2015 08:49
Show Gist options
  • Save fricze/7645787 to your computer and use it in GitHub Desktop.
Save fricze/7645787 to your computer and use it in GitHub Desktop.
html {
font-size:100%;
}
body {
color:#333;
line-height:1.56;
}
h1, h2, h3, h4 {
font-size:1rem;
font-weight:400;
}
ul, ul > li {
list-style-type:none;
}
ul > li:before {
content:'– ';
text-indent: "?";
}
ol, ol > li {
list-style-type:decimal;
}
.content {
width:30rem;
margin: 2.34rem 0 3.12rem 0;
}
p {
margin: 0 0 1.56rem 0;
}
p {
text-indent:1rem;
}
p:first-of-type {
text-indent:0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment