From 3f6f79cd12bb367839cc1cc962334804748f02f8 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Sat, 16 Sep 2017 17:02:15 -0300 Subject: Add favicon --- docs/_sass/jekyll-theme-cayman.scss | 2 +- docs/favicon.ico | Bin 0 -> 101146 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 docs/favicon.ico (limited to 'docs') diff --git a/docs/_sass/jekyll-theme-cayman.scss b/docs/_sass/jekyll-theme-cayman.scss index b99a8da..e14da2c 100644 --- a/docs/_sass/jekyll-theme-cayman.scss +++ b/docs/_sass/jekyll-theme-cayman.scss @@ -91,7 +91,7 @@ a { text-align: center; /*background-color: $header-bg-color; background-image: linear-gradient(120deg, $header-bg-color-secondary, $header-bg-color);*/ - background: #56687C url('../img/cover.png') no-repeat 50%; + background: #56687C url('../../img/cover.png') no-repeat 50%; background-size: cover; @include large { diff --git a/docs/favicon.ico b/docs/favicon.ico new file mode 100644 index 0000000..f1817fa Binary files /dev/null and b/docs/favicon.ico differ -- cgit