Skip to content

Instantly share code, notes, and snippets.

@solarsailer
Created September 6, 2019 18:31
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 solarsailer/5a102e0988526ad2da802d4cdaf96fa8 to your computer and use it in GitHub Desktop.
Save solarsailer/5a102e0988526ad2da802d4cdaf96fa8 to your computer and use it in GitHub Desktop.
Minimal reset
/**
* Reset.
*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
ul,
ol,
dl {
margin-top: initial;
margin-bottom: 2rem;
}
ol,
ul {
list-style: none;
padding-left: initial;
}
/**
* Default links.
*/
a {
color: DEFAULT_COLOR;
}
a:hover {
color: DEFAULT_HOVER_COLOR;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment