Skip to content

Commit

Permalink
remove box-shadow from title card (#1178)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccMatrix committed Jun 27, 2023
1 parent d90853c commit 603c188
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cards/title-card/title-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ export class TitleCard extends MushroomBaseElement implements LovelaceCard {
padding: var(--title-padding);
background: none;
border: none;
box-shadow: none;
}
.header div * {
margin: 0;
Expand Down

0 comments on commit 603c188

Please sign in to comment.