From b7edf70585efe27c6a445eeb72d639970ebfe746 Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Mon, 5 Aug 2019 17:02:08 +0530 Subject: [PATCH] fix: Use text-light instead of text-color for timeline text Since timeline text is not the primary content on the form, use lighter color for texts in timeline --- frappe/public/less/form.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/public/less/form.less b/frappe/public/less/form.less index c82479c301..7649c0c5e8 100644 --- a/frappe/public/less/form.less +++ b/frappe/public/less/form.less @@ -363,7 +363,7 @@ h6.uppercase, .h6.uppercase { margin-top: 0px; b { - color: @text-color !important; + color: @text-light !important; } blockquote {