Skip to content

Commit

Permalink
(less) fixes twbs#10153: restore headings-color variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Sep 1, 2013
1 parent 99ca86c commit 996f039
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions type.less
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ h1, h2, h3, h4, h5, h6,
font-family: @headings-font-family;
font-weight: @headings-font-weight;
line-height: @headings-line-height;
color: inherit;

small {
font-weight: normal;
Expand Down
2 changes: 2 additions & 0 deletions variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
@headings-font-family: @font-family-base;
@headings-font-weight: 500;
@headings-line-height: 1.1;
@headings-color: inherit;


// Iconography
// -------------------------
Expand Down

0 comments on commit 996f039

Please sign in to comment.