From 142f26add151ecafdb5808a9cacd6ccd56a24f5d Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Thu, 14 Jan 2021 13:05:37 +0100 Subject: [PATCH] Align entities card section header styling (#8113) --- src/panels/lovelace/special-rows/hui-section-row.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/panels/lovelace/special-rows/hui-section-row.ts b/src/panels/lovelace/special-rows/hui-section-row.ts index ce8a0e08ab..ef1e14cb25 100644 --- a/src/panels/lovelace/special-rows/hui-section-row.ts +++ b/src/panels/lovelace/special-rows/hui-section-row.ts @@ -41,10 +41,11 @@ class HuiSectionRow extends LitElement implements LovelaceRow { static get styles(): CSSResult { return css` .label { - color: var(--primary-color); + color: var(--primary-text-color); margin-left: 8px; - margin-bottom: 16px; + margin-bottom: 8px; margin-top: 16px; + font-weight: 500; } .divider { height: 1px;