From 996f03985fcf9ecdcea68fc81ad512bd3d9bde13 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 1 Sep 2013 09:49:28 +0200 Subject: [PATCH] (less) fixes #10153: restore headings-color variable --- type.less | 1 + variables.less | 2 ++ 2 files changed, 3 insertions(+) diff --git a/type.less b/type.less index 6e0b74e13ff2..d921bf0ac00a 100644 --- a/type.less +++ b/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/variables.less b/variables.less index caa7630f6896..39c78ff2e21d 100644 --- a/variables.less +++ b/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 // -------------------------