]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Merge remote-tracking branch 'upstream/master' into feature/custom-card-colors
authorTom Pansino <2768420+tpansino@users.noreply.github.com>
Wed, 2 Sep 2020 06:47:59 +0000 (23:47 -0700)
committerTom Pansino <2768420+tpansino@users.noreply.github.com>
Wed, 2 Sep 2020 06:47:59 +0000 (23:47 -0700)
1  2 
docs/configuration.md

diff --combined docs/configuration.md
index 979075136325debd7b6b72a4ec49967ab16c4c47,edcf1ed8592c6bade2184592c3e2483307921f60..a8c0619487b5869ee5dbdaae4c3033f48d3f3439
@@@ -26,6 -26,11 +26,11 @@@ connectivityCheck: true # whether you w
  # Optional theming
  theme: default # 'default' or one of the theme available in 'src/assets/themes'.
  
+ # Optional custom stylesheet
+ # Will load custom CSS files. Especially useful for custom icon sets.
+ # stylesheet:
+ #   - "assets/custom.css"
  # Here is the exaustive list of customization parameters
  # However all value are optional and will fallback to default if not set.
  # if you want to change only some of the colors, feel free to remove all unused key.
@@@ -106,9 -111,6 +111,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: