Skip to content

Commit d48e973

Browse files
authored
Fix example
border-radius as shown in screen was missing in example code
1 parent 3bf4796 commit d48e973

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,9 @@ style: |-
203203
font-weight: bold;
204204
text-shadow: 1px 1px #0005;
205205
}
206+
bar-card-currentbar, bar-card-backgroundbar {
207+
border-radius: 4px;
208+
}
206209
```
207210
208211
### Custom CSS Layout (**requires** [card-mod](https://github.com/thomasloven/lovelace-card-mod))

0 commit comments

Comments
 (0)