]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Added custom fontawesome icon color option with link property
authorRobin Schneider <robin-schneider@outlook.de>
Fri, 8 Oct 2021 15:42:23 +0000 (17:42 +0200)
committerRobin Schneider <robin-schneider@outlook.de>
Fri, 8 Oct 2021 15:42:23 +0000 (17:42 +0200)
docs/configuration.md
public/assets/config.yml.dist
src/assets/app.scss
src/assets/defaults.yml

index d90981a4385b8ef531a71abc6724ac9b5998efb1..e1630afcd91f08676b8224fbdab90385d2fbbbc9 100644 (file)
@@ -47,6 +47,7 @@ colors:
     text-title: "#303030"
     text-subtitle: "#424242"
     card-shadow: rgba(0, 0, 0, 0.1)
+    link: "#3273dc"
     link-hover: "#363636"
     background-image: "assets/your/light/bg.png"
   dark:
@@ -60,6 +61,7 @@ colors:
     text-title: "#fafafa"
     text-subtitle: "#f5f5f5"
     card-shadow: rgba(0, 0, 0, 0.4)
+    link: "#3273dc"
     link-hover: "#ffdd57"
     background-image: "assets/your/dark/bg.png"
 
index 65c50986657a6a4e19c4155997f3c01164dcae50..acdd32cd165648b9ec7e0811900de91158ebf9e3 100644 (file)
@@ -24,6 +24,7 @@ colors:
     text-title: "#303030"
     text-subtitle: "#424242"
     card-shadow: rgba(0, 0, 0, 0.1)
+    link: "#3273dc"
     link-hover: "#363636"
   dark:
     highlight-primary: "#3367d6"
@@ -36,6 +37,7 @@ colors:
     text-title: "#fafafa"
     text-subtitle: "#f5f5f5"
     card-shadow: rgba(0, 0, 0, 0.4)
+    link: "#3273dc"
     link-hover: "#ffdd57"
 
 # Optional message
index f2dfb37e4f8f9798c3e6c92889a0f0edae4c83d3..c709282ece34874ea5a6cf5c0d951111de9aed51 100644 (file)
@@ -31,6 +31,7 @@ body {
     transition: background-color cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
 
     a {
+      color: var(--link);
       &:hover {
         color: var(--link-hover);
       }
index f011346cf174724e730517dff5d589fada0cc628..7d3a8636190edba6579bb9b2626e1f986e5bcf5d 100644 (file)
@@ -23,6 +23,7 @@ colors:
     text-title: "#303030"
     text-subtitle: "#424242"
     card-shadow: rgba(0, 0, 0, 0.1)
+    link: "#3273dc"
     link-hover: "#363636"
     background-image: ""
   dark:
@@ -36,6 +37,7 @@ colors:
     text-title: "#fafafa"
     text-subtitle: "#f5f5f5"
     card-shadow: rgba(0, 0, 0, 0.4)
+    link: "#3273dc"
     link-hover: "#ffdd57"
     background-image: ""