Skip to content

Commit

Permalink
fix(headings): Added modifier for clickable headings
Browse files Browse the repository at this point in the history
  • Loading branch information
fragsalat committed Aug 3, 2017
1 parent 602268d commit 3530c36
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions atoms/typography/_headings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ $heading-line-height-large: 2rem !default; // 32px
font-family: $heading-font-family;
margin: 0;
color: $heading-color;
&.mod-clickable {
cursor: pointer;
color: $anchor-color;
&:hover {
color: $anchor-hover-color;
}
}
}
// Large heading
h2 {
Expand Down

0 comments on commit 3530c36

Please sign in to comment.