aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTom Pansino <2768420+tpansino@users.noreply.github.com>2020-08-10 23:31:34 -0700
committerTom Pansino <2768420+tpansino@users.noreply.github.com>2020-08-10 23:31:34 -0700
commit7e5ad02248551770613339957640f38d50ce670f (patch)
treee4414d7fb058071c7ad23b4ff0d5be5587c085cd
parent118d3e5ac0077edcf114fe1a052eb8e8e800fb81 (diff)
downloadhomer-7e5ad02248551770613339957640f38d50ce670f.tar.gz
homer-7e5ad02248551770613339957640f38d50ce670f.tar.zst
homer-7e5ad02248551770613339957640f38d50ce670f.zip
Add example card colors to configuration.md
-rw-r--r--docs/configuration.md3
1 files changed, 3 insertions, 0 deletions
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:
106 tag: "other" 106 tag: "other"
107 url: "https://www.reddit.com/r/selfhosted/" 107 url: "https://www.reddit.com/r/selfhosted/"
108 target: "_blank" # optionnal html a tag target attribute 108 target: "_blank" # optionnal html a tag target attribute
109 # colors: # optional custom colors for card
110 # background: #66a5e2
111 # text: #000000
109``` 112```
110 113
111If you choose to fetch message information from an endpoint, the output format should be: 114If you choose to fetch message information from an endpoint, the output format should be: