aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/configuration.md
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 /docs/configuration.md
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 'docs/configuration.md')
-rw-r--r--docs/configuration.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index d90981a..e1630af 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -47,6 +47,7 @@ colors:
47 text-title: "#303030" 47 text-title: "#303030"
48 text-subtitle: "#424242" 48 text-subtitle: "#424242"
49 card-shadow: rgba(0, 0, 0, 0.1) 49 card-shadow: rgba(0, 0, 0, 0.1)
50 link: "#3273dc"
50 link-hover: "#363636" 51 link-hover: "#363636"
51 background-image: "assets/your/light/bg.png" 52 background-image: "assets/your/light/bg.png"
52 dark: 53 dark:
@@ -60,6 +61,7 @@ colors:
60 text-title: "#fafafa" 61 text-title: "#fafafa"
61 text-subtitle: "#f5f5f5" 62 text-subtitle: "#f5f5f5"
62 card-shadow: rgba(0, 0, 0, 0.4) 63 card-shadow: rgba(0, 0, 0, 0.4)
64 link: "#3273dc"
63 link-hover: "#ffdd57" 65 link-hover: "#ffdd57"
64 background-image: "assets/your/dark/bg.png" 66 background-image: "assets/your/dark/bg.png"
65 67