From dbea3848df425577ab2293c2cda54f8f90b07ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Thu, 6 Aug 2020 14:02:49 +0200 Subject: [PATCH] Remove !important from h2 (#6541) --- src/components/ha-markdown.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ha-markdown.ts b/src/components/ha-markdown.ts index 397a216cab..8b67a54c41 100644 --- a/src/components/ha-markdown.ts +++ b/src/components/ha-markdown.ts @@ -70,8 +70,8 @@ class HaMarkdown extends LitElement { line-height: 1.45; } ha-markdown-element h2 { - font-size: 1.5em !important; - font-weight: bold !important; + font-size: 1.5em; + font-weight: bold; } `; }