Skip to content

Commit

Permalink
heading default text color
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Jun 21, 2017
1 parent c832975 commit 0e18c52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/style/core/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ input::-ms-clear, input::-ms-reveal {
color: #fff;
}

// Headers
h1, h2, h3, h4, h5, h6 {
color: @heading-color;
}

// Links
a {
color: @link-color;
Expand Down

0 comments on commit 0e18c52

Please sign in to comment.