Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
border-radius as shown in screen was missing in example code
  • Loading branch information
bcutter authored Dec 9, 2022
1 parent 3bf4796 commit d48e973
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ style: |-
font-weight: bold;
text-shadow: 1px 1px #0005;
}
bar-card-currentbar, bar-card-backgroundbar {
border-radius: 4px;
}
```
### Custom CSS Layout (**requires** [card-mod](https://github.com/thomasloven/lovelace-card-mod))
Expand Down

1 comment on commit d48e973

@bcutter
Copy link
Author

@bcutter bcutter commented on d48e973 Dec 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #137 and #156

Please sign in to comment.