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 /public | |
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 'public')
-rw-r--r-- | public/assets/config.yml.dist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/assets/config.yml.dist b/public/assets/config.yml.dist index 65c5098..acdd32c 100644 --- a/public/assets/config.yml.dist +++ b/public/assets/config.yml.dist | |||
@@ -24,6 +24,7 @@ colors: | |||
24 | text-title: "#303030" | 24 | text-title: "#303030" |
25 | text-subtitle: "#424242" | 25 | text-subtitle: "#424242" |
26 | card-shadow: rgba(0, 0, 0, 0.1) | 26 | card-shadow: rgba(0, 0, 0, 0.1) |
27 | link: "#3273dc" | ||
27 | link-hover: "#363636" | 28 | link-hover: "#363636" |
28 | dark: | 29 | dark: |
29 | highlight-primary: "#3367d6" | 30 | highlight-primary: "#3367d6" |
@@ -36,6 +37,7 @@ colors: | |||
36 | text-title: "#fafafa" | 37 | text-title: "#fafafa" |
37 | text-subtitle: "#f5f5f5" | 38 | text-subtitle: "#f5f5f5" |
38 | card-shadow: rgba(0, 0, 0, 0.4) | 39 | card-shadow: rgba(0, 0, 0, 0.4) |
40 | link: "#3273dc" | ||
39 | link-hover: "#ffdd57" | 41 | link-hover: "#ffdd57" |
40 | 42 | ||
41 | # Optional message | 43 | # Optional message |