From f067dfb327af3cdf6605c0e2a6143565ee875f45 Mon Sep 17 00:00:00 2001 From: Kanchan Chauhan Date: Thu, 5 May 2016 22:29:07 +0530 Subject: [PATCH] Removed important --- frappe/public/css/website.css | 2 +- frappe/public/less/website.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/public/css/website.css b/frappe/public/css/website.css index 45d8504fa5..6f2ce80f87 100644 --- a/frappe/public/css/website.css +++ b/frappe/public/css/website.css @@ -380,7 +380,7 @@ h3, h4, h5, h6 { - font-weight: 400 !important; + font-weight: 400; } .navbar-brand { max-width: none; diff --git a/frappe/public/less/website.less b/frappe/public/less/website.less index cc539f803a..28f0acf6b6 100644 --- a/frappe/public/less/website.less +++ b/frappe/public/less/website.less @@ -19,7 +19,7 @@ a& { } h1, h2, h3, h4, h5, h6 { - font-weight: 400 !important; + font-weight: 400; }