diff options
| author | Mark Otto <[email protected]> | 2013-09-01 20:52:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-01 20:52:23 -0700 |
| commit | a245c0d1cd6d82b5e1cdedd5039ba572e3b4373b (patch) | |
| tree | d5ef1e4b93ce1109b04df61893a4ec086b808ba6 | |
| parent | 079fa16b9f067ea16995602d1da6f421ca31a191 (diff) | |
| download | bootstrap-a245c0d1cd6d82b5e1cdedd5039ba572e3b4373b.tar.xz bootstrap-a245c0d1cd6d82b5e1cdedd5039ba572e3b4373b.zip | |
derp, add on to #10153 with proper variable /cc @ggam
| -rw-r--r-- | less/type.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less index d921bf0ac..43336c946 100644 --- a/less/type.less +++ b/less/type.less @@ -53,7 +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; + color: @headings-color; small { font-weight: normal; |
