aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2020-07-15 14:26:01 -0700
committerBastien Wirtz <bastien.wirtz@gmail.com>2020-07-15 14:26:01 -0700
commit154e6efe8036dca91b1bfe9c4fb22ef227df5858 (patch)
tree4e422123d4847e9d425dfbc65c40ba4ec728783c /docs
parentd05b8d3bf0e4951ea863131b5a0067a5cd339cae (diff)
downloadhomer-154e6efe8036dca91b1bfe9c4fb22ef227df5858.tar.gz
homer-154e6efe8036dca91b1bfe9c4fb22ef227df5858.tar.zst
homer-154e6efe8036dca91b1bfe9c4fb22ef227df5858.zip
Adding support for section backgrounf images
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index de99271..1ced2d8 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -42,6 +42,7 @@ colors:
42 text-subtitle: "#424242" 42 text-subtitle: "#424242"
43 card-shadow: rgba(0, 0, 0, 0.1) 43 card-shadow: rgba(0, 0, 0, 0.1)
44 link-hover: "#363636" 44 link-hover: "#363636"
45 background-image: "assets/your/light/bg.png"
45 dark: 46 dark:
46 highlight-primary: "#3367d6" 47 highlight-primary: "#3367d6"
47 highlight-secondary: "#4285f4" 48 highlight-secondary: "#4285f4"
@@ -54,6 +55,7 @@ colors:
54 text-subtitle: "#f5f5f5" 55 text-subtitle: "#f5f5f5"
55 card-shadow: rgba(0, 0, 0, 0.4) 56 card-shadow: rgba(0, 0, 0, 0.4)
56 link-hover: "#ffdd57" 57 link-hover: "#ffdd57"
58 background-image: "assets/your/dark/bg.png"
57 59
58# Optional message 60# Optional message
59message: 61message: