From d48e9733774c8d753bc596e2a41c9c1386d23b00 Mon Sep 17 00:00:00 2001 From: bcutter Date: Fri, 9 Dec 2022 20:03:14 +0100 Subject: [PATCH] Fix example border-radius as shown in screen was missing in example code --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 28c2a0a..87983c2 100644 --- a/README.md +++ b/README.md @@ -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))