aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/input-groups.less1
-rw-r--r--less/type.less1
-rw-r--r--less/variables.less2
3 files changed, 4 insertions, 0 deletions
diff --git a/less/input-groups.less b/less/input-groups.less
index 570f03f90..3c05a458f 100644
--- a/less/input-groups.less
+++ b/less/input-groups.less
@@ -61,6 +61,7 @@
font-size: @font-size-base;
font-weight: normal;
line-height: 1;
+ color: @input-color;
text-align: center;
background-color: @input-group-addon-bg;
border: 1px solid @input-group-addon-border-color;
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 cfe768ccb..9b3cb0ad7 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
// -------------------------