From e76151024ba4bbe0c5efe83af37cc4b0ec348cdc Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Wed, 9 Sep 2020 14:54:02 +0530 Subject: [PATCH] fix: Head title style --- frappe/public/scss/global.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/public/scss/global.scss b/frappe/public/scss/global.scss index 44545756e2..b4c3ad65a6 100644 --- a/frappe/public/scss/global.scss +++ b/frappe/public/scss/global.scss @@ -369,8 +369,8 @@ input[type="checkbox"] { } .head-title { - font-size: var(--text-lg); - font-weight: 500; + font-size: var(--text-xl); + font-weight: 700; color: var(--heading-color); }