diff options
author | Tom Pansino <2768420+tpansino@users.noreply.github.com> | 2020-09-02 00:34:37 -0700 |
---|---|---|
committer | Tom Pansino <2768420+tpansino@users.noreply.github.com> | 2020-09-02 00:34:37 -0700 |
commit | e9afa4d7dd68e43bafcc4fd75c01bbaf0e6401ce (patch) | |
tree | 3735dfbddb08b08e8dfac8e47a52763d26e2a788 /docs | |
parent | fbe9338fd3a78141110530055c9b90a5958f845f (diff) | |
download | homer-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')
-rw-r--r-- | docs/configuration.md | 6 |
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 | ||
119 | If you choose to fetch message information from an endpoint, the output format should be: | 117 | If you choose to fetch message information from an endpoint, the output format should be: |