]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
:pencil: Document new stylesheet config
authorGabe Cook <gabe565@gmail.com>
Wed, 22 Jul 2020 21:23:33 +0000 (16:23 -0500)
committerGabe Cook <gabe565@gmail.com>
Sat, 29 Aug 2020 07:21:09 +0000 (02:21 -0500)
docs/configuration.md

index 1ced2d8174e35ab40c702d32f35eb28eef932b31..f0b0a31504b3614d93f36f111314514c036c9d60 100644 (file)
@@ -26,6 +26,10 @@ connectivityCheck: true # whether you want to display a message when the apps ar
 # Optional theming
 theme: default # 'default' or one of the theme available in 'src/assets/themes'.
 
+# Optional custom stylesheet
+# Will load a custom CSS file. 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.