Align entities card section header styling (#8113)

This commit is contained in:
Philip Allgaier 2021-01-14 13:05:37 +01:00 committed by GitHub
parent ef7d2aea8d
commit 142f26add1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;