diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2021-10-10 23:17:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-10 23:17:41 -0700 |
commit | d31a9a79c24922684b917ec13c4c555237339dda (patch) | |
tree | 77be480ad42c3e1a64005a1974206dc249273bbb /docs | |
parent | 66a434e7dba49011dd5401e32bb45ab180a73a11 (diff) | |
parent | 7a4e78e8d0448541e76f6052c45f00b30cdf60e1 (diff) | |
download | homer-d31a9a79c24922684b917ec13c4c555237339dda.tar.gz homer-d31a9a79c24922684b917ec13c4c555237339dda.tar.zst homer-d31a9a79c24922684b917ec13c4c555237339dda.zip |
Merge pull request #307 from robinschneider/icon-color
Added custom fontawesome icon color option with link property
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index e4ddfcf..50b5bd5 100644 --- a/docs/configuration.md +++ b/docs/configuration.md | |||
@@ -52,6 +52,7 @@ colors: | |||
52 | text-title: "#303030" | 52 | text-title: "#303030" |
53 | text-subtitle: "#424242" | 53 | text-subtitle: "#424242" |
54 | card-shadow: rgba(0, 0, 0, 0.1) | 54 | card-shadow: rgba(0, 0, 0, 0.1) |
55 | link: "#3273dc" | ||
55 | link-hover: "#363636" | 56 | link-hover: "#363636" |
56 | background-image: "assets/your/light/bg.png" | 57 | background-image: "assets/your/light/bg.png" |
57 | dark: | 58 | dark: |
@@ -65,6 +66,7 @@ colors: | |||
65 | text-title: "#fafafa" | 66 | text-title: "#fafafa" |
66 | text-subtitle: "#f5f5f5" | 67 | text-subtitle: "#f5f5f5" |
67 | card-shadow: rgba(0, 0, 0, 0.4) | 68 | card-shadow: rgba(0, 0, 0, 0.4) |
69 | link: "#3273dc" | ||
68 | link-hover: "#ffdd57" | 70 | link-hover: "#ffdd57" |
69 | background-image: "assets/your/dark/bg.png" | 71 | background-image: "assets/your/dark/bg.png" |
70 | 72 | ||