From c835cfb36e26cf0beaed84350ee32dc19d5d5a36 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sat, 5 Feb 2022 19:27:41 -0800 Subject: [PATCH] Minor cleanup. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58f5fff7..48f2561d 100644 --- a/README.md +++ b/README.md @@ -1204,10 +1204,10 @@ elements: ### Using `card-mod` to style the card -Frigate card allows the use of +This card allows the use of [card-mod](https://github.com/thomasloven/lovelace-card-mod) to style arbitrary card contents. `card-mod` can be complex to use and relies on the underlying -"internal" DOM structure to style elements -- as such, while its use is possible +internal DOM structure to style elements -- as such, while its use is possible it's not officially supported and no attempt is made to preserve backwards compatability of the internal DOM between any versions. It'll look good, but you're on your own!