Skip to content

Commit

Permalink
Update hui-stack-card.ts
Browse files Browse the repository at this point in the history
Added variable
  • Loading branch information
dhoeben authored Apr 20, 2024
1 parent 697bbf4 commit 1e04002
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/panels/lovelace/cards/hui-stack-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export abstract class HuiStackCard<T extends StackCardConfig = StackCardConfig>
return css`
.card-header {
color: var(--ha-card-header-color, var(--primary-text-color));
text-align: var(--ha-card-header-text-align, start);
font-family: var(--ha-card-header-font-family, inherit);
font-size: var(--ha-card-header-font-size, 24px);
font-weight: normal;
Expand Down

0 comments on commit 1e04002

Please sign in to comment.