From be30825917125bacbd7f1e24ed36923c92aee7af Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Wed, 28 Oct 2020 18:44:55 -0700 Subject: docs: document background property for cards --- docs/configuration.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/configuration.md b/docs/configuration.md index 7df5651..2598476 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -115,6 +115,7 @@ services: type: "PiHole" # optional, loads a specific component that provides extra features. MUST MATCH a file name (without file extension) available in `src/components/services` target: "_blank" # optional html a tag target attribute # class: "green" # optional custom CSS class for card, useful with custom stylesheet + # background: red # optional color for card to set color directly without custom stylesheet ``` If you choose to fetch message information from an endpoint, the output format should be: -- cgit v1.2.3