Created
January 29, 2015 22:23
-
-
Save dbox/3c382a8365143cc29e9c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// 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