From a245c0d1cd6d82b5e1cdedd5039ba572e3b4373b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 1 Sep 2013 20:52:23 -0700 Subject: [PATCH] derp, add on to #10153 with proper variable /cc @ggam --- less/type.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/type.less b/less/type.less index d921bf0ac0..43336c946d 100644 --- a/less/type.less +++ b/less/type.less @@ -53,7 +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; + color: @headings-color; small { font-weight: normal;