mirror of
https://github.com/taigrr/homer
synced 2025-01-18 04:53:12 -08:00
🔧 Make stylesheet config be an array of files
This commit is contained in:
@@ -27,8 +27,9 @@ connectivityCheck: true # whether you want to display a message when the apps ar
|
||||
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"
|
||||
# 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.
|
||||
|
||||
Reference in New Issue
Block a user