From 7e5ad02248551770613339957640f38d50ce670f Mon Sep 17 00:00:00 2001 From: Tom Pansino <2768420+tpansino@users.noreply.github.com> Date: Mon, 10 Aug 2020 23:31:34 -0700 Subject: Add example card colors to configuration.md --- docs/configuration.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/configuration.md b/docs/configuration.md index 1ced2d8..9790751 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -106,6 +106,9 @@ services: tag: "other" url: "https://www.reddit.com/r/selfhosted/" target: "_blank" # optionnal html a tag target attribute + # colors: # optional custom colors for card + # background: #66a5e2 + # text: #000000 ``` If you choose to fetch message information from an endpoint, the output format should be: -- cgit v1.2.3