From 8f47722d7d544b7b9bc4b0fcd1a25f89413a39f2 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Thu, 23 Feb 2017 13:32:45 +0100 Subject: [PATCH] update base font colour --- src/Umbraco.Web.UI.Client/src/less/variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/variables.less b/src/Umbraco.Web.UI.Client/src/less/variables.less index 282d31dc91..ac16912a54 100644 --- a/src/Umbraco.Web.UI.Client/src/less/variables.less +++ b/src/Umbraco.Web.UI.Client/src/less/variables.less @@ -103,7 +103,7 @@ // Scaffolding // ------------------------- @bodyBackground: @white; -@textColor: @grayDark; +@textColor: @gray-2; // Links