aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorTom Pansino <2768420+tpansino@users.noreply.github.com>2020-09-02 00:34:37 -0700
committerTom Pansino <2768420+tpansino@users.noreply.github.com>2020-09-02 00:34:37 -0700
commite9afa4d7dd68e43bafcc4fd75c01bbaf0e6401ce (patch)
tree3735dfbddb08b08e8dfac8e47a52763d26e2a788 /docs/configuration.md
parentfbe9338fd3a78141110530055c9b90a5958f845f (diff)
downloadhomer-e9afa4d7dd68e43bafcc4fd75c01bbaf0e6401ce.tar.gz
homer-e9afa4d7dd68e43bafcc4fd75c01bbaf0e6401ce.tar.zst
homer-e9afa4d7dd68e43bafcc4fd75c01bbaf0e6401ce.zip
Rewrite custom card colors to use custom CSS classes instead of styles
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md6
1 files changed, 2 insertions, 4 deletions
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:
110 subtitle: "Another example" 110 subtitle: "Another example"
111 tag: "other" 111 tag: "other"
112 url: "https://www.reddit.com/r/selfhosted/" 112 url: "https://www.reddit.com/r/selfhosted/"
113 target: "_blank" # optionnal html a tag target attribute 113 target: "_blank" # optional html a tag target attribute
114 # colors: # optional custom colors for card 114 # class: "green" # optional custom CSS class for card, useful with custom stylesheet
115 # background: #66a5e2
116 # text: #000000
117``` 115```
118 116
119If you choose to fetch message information from an endpoint, the output format should be: 117If you choose to fetch message information from an endpoint, the output format should be: