From 3faeac7e9fc3601283c58e2d585e00f346250e10 Mon Sep 17 00:00:00 2001 From: Robin Schneider Date: Fri, 8 Oct 2021 17:42:23 +0200 Subject: Added custom fontawesome icon color option with link property --- public/assets/config.yml.dist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'public/assets') 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: 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 -- cgit v1.2.3