From dfbaf8dfaa267afdf9c03d7c41cb121f606526c0 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Sat, 16 Sep 2017 17:12:19 -0300 Subject: Favicon update --- docs/_layouts/default.html | 1 + docs/_sass/variables.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 732e449..7171d65 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -4,6 +4,7 @@ {% seo %} + diff --git a/docs/_sass/variables.scss b/docs/_sass/variables.scss index 603ff03..36d1e84 100644 --- a/docs/_sass/variables.scss +++ b/docs/_sass/variables.scss @@ -3,7 +3,7 @@ $large-breakpoint: 64em !default; $medium-breakpoint: 42em !default; // Headers -$header-heading-color: #fff !default; +$header-heading-color: #606c71 !default; $header-bg-color: #fc4a1a !default; $header-bg-color-secondary: #5B86E5 !default; -- cgit