aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-09-01 09:49:28 +0200
committerMark Otto <[email protected]>2013-09-01 09:49:28 +0200
commit794d7845199d46b89f45026d47091e6f30de73a2 (patch)
tree989bfaf039158b4391a5237ed1afd3211a1c807a /less
parent9e541fc717fdaa333bde760688dc6a16256e607d (diff)
downloadbootstrap-794d7845199d46b89f45026d47091e6f30de73a2.tar.xz
bootstrap-794d7845199d46b89f45026d47091e6f30de73a2.zip
fixes #10153: restore headings-color variable
Diffstat (limited to 'less')
-rw-r--r--less/type.less1
-rw-r--r--less/variables.less2
2 files changed, 3 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;
diff --git a/less/variables.less b/less/variables.less
index caa7630f6..39c78ff2e 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -61,6 +61,8 @@
@headings-font-family: @font-family-base;
@headings-font-weight: 500;
@headings-line-height: 1.1;
+@headings-color: inherit;
+
// Iconography
// -------------------------