aboutsummaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
authorRobin Schneider <robin-schneider@outlook.de>2021-10-08 17:42:23 +0200
committerRobin Schneider <robin-schneider@outlook.de>2021-10-08 17:42:23 +0200
commit3faeac7e9fc3601283c58e2d585e00f346250e10 (patch)
treef7532483209fae291168483ab3365e4ae05f4f0b /public
parent220c60cba04e86e782e9610aa8ef0d77e221072c (diff)
downloadhomer-3faeac7e9fc3601283c58e2d585e00f346250e10.tar.gz
homer-3faeac7e9fc3601283c58e2d585e00f346250e10.tar.zst
homer-3faeac7e9fc3601283c58e2d585e00f346250e10.zip
Added custom fontawesome icon color option with link property
Diffstat (limited to 'public')
-rw-r--r--public/assets/config.yml.dist2
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