mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-26 09:09:08 +01:00
Rewrite custom card colors to use custom CSS classes instead of styles
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user