diff options
| author | Mark Otto <[email protected]> | 2013-09-01 09:49:28 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-01 09:49:28 +0200 |
| commit | 794d7845199d46b89f45026d47091e6f30de73a2 (patch) | |
| tree | 989bfaf039158b4391a5237ed1afd3211a1c807a /less/type.less | |
| parent | 9e541fc717fdaa333bde760688dc6a16256e607d (diff) | |
| download | bootstrap-794d7845199d46b89f45026d47091e6f30de73a2.tar.xz bootstrap-794d7845199d46b89f45026d47091e6f30de73a2.zip | |
fixes #10153: restore headings-color variable
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/type.less b/less/type.less index 6e0b74e13..d921bf0ac 100644 --- a/less/type.less +++ b/less/type.less @@ -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; |
