From be3d208bce9a718e39751707f5d1e48570554c50 Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Fri, 16 Oct 2015 13:41:34 +0800 Subject: [PATCH] feat(template): use variable for mask-icon color --- _app/_data/curtana.yml | 4 ++++ _app/_includes/themes/curtana/includes/top.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_app/_data/curtana.yml b/_app/_data/curtana.yml index 3f321903b..d1ed5f121 100644 --- a/_app/_data/curtana.yml +++ b/_app/_data/curtana.yml @@ -22,3 +22,7 @@ colorful_list: false # Show email subscription link in footer # Default: false subscription: false + +# Primary color (Safari mask-icon) +# Default #ff00b4 +primary_color: '#ff00b4' diff --git a/_app/_includes/themes/curtana/includes/top.html b/_app/_includes/themes/curtana/includes/top.html index e300e050b..d292d73a9 100644 --- a/_app/_includes/themes/curtana/includes/top.html +++ b/_app/_includes/themes/curtana/includes/top.html @@ -21,7 +21,7 @@ {% endif %} - +