Skip to content

Instantly share code, notes, and snippets.

@dbox
Created January 29, 2015 22:23
Show Gist options
  • Save dbox/3c382a8365143cc29e9c to your computer and use it in GitHub Desktop.
Save dbox/3c382a8365143cc29e9c to your computer and use it in GitHub Desktop.
// Headings
// –––––––––––––––––––––––––––––––––––––––––––
h1, h2, h3, h4, h5, h6
display block
margin 1rem 0
font-weight normal
// Remove the margin-top on all :first-child headers
// as the padding on the parent *almost* always makes up for it
&:first-child
margin-top 0
// Standardize margin-bottom on headers
margin-bottom 1rem
// links need to inherit the heading color
a
color inherit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment