From 794d7845199d46b89f45026d47091e6f30de73a2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 1 Sep 2013 09:49:28 +0200 Subject: fixes #10153: restore headings-color variable --- less/type.less | 1 + less/variables.less | 2 ++ 2 files changed, 3 insertions(+) (limited to 'less') 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 // ------------------------- -- cgit v1.2.3 From 4b53ea52e9cc27ab27dde2695400fd6c95a0b6c2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 1 Sep 2013 09:53:41 +0200 Subject: fixes #10223: adds color to input addon --- less/input-groups.less | 1 + 1 file changed, 1 insertion(+) (limited to 'less') 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; -- cgit v1.2.3