From 5b691569484a69f64b2922c245a103c5c8ecb315 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Tue, 28 Mar 2017 16:56:46 +0100 Subject: [PATCH] Use slightly lighter gray in headings. --- services/web/public/stylesheets/core/variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/public/stylesheets/core/variables.less b/services/web/public/stylesheets/core/variables.less index 16b04caca5..7c1876ef9a 100755 --- a/services/web/public/stylesheets/core/variables.less +++ b/services/web/public/stylesheets/core/variables.less @@ -80,7 +80,7 @@ @headings-font-family: @font-family-serif; @headings-font-weight: 500; @headings-line-height: 1.1; -@headings-color: @gray-darker; +@headings-color: @gray-dark; //-- Iconography