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/configuration.md') 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 From e9afa4d7dd68e43bafcc4fd75c01bbaf0e6401ce Mon Sep 17 00:00:00 2001 From: Tom Pansino <2768420+tpansino@users.noreply.github.com> Date: Wed, 2 Sep 2020 00:34:37 -0700 Subject: Rewrite custom card colors to use custom CSS classes instead of styles --- docs/configuration.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs/configuration.md') diff --git a/docs/configuration.md b/docs/configuration.md index a8c0619..22f50fc 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -110,10 +110,8 @@ services: subtitle: "Another example" 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 + target: "_blank" # optional html a tag target attribute + # class: "green" # optional custom CSS class for card, useful with custom stylesheet ``` If you choose to fetch message information from an endpoint, the output format should be: -- cgit v1.2.3