diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-16 17:02:15 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-16 17:02:15 -0300 |
commit | 3f6f79cd12bb367839cc1cc962334804748f02f8 (patch) | |
tree | 741967d24f844608d9cf3ec4992dae270b29524c /docs/_sass | |
parent | 697da14975bdaafa6152f83f1f23a6d846914eb0 (diff) | |
download | PSP.git-3f6f79cd12bb367839cc1cc962334804748f02f8.tar.gz PSP.git-3f6f79cd12bb367839cc1cc962334804748f02f8.tar.xz PSP.git-3f6f79cd12bb367839cc1cc962334804748f02f8.zip |
Add favicon
Diffstat (limited to 'docs/_sass')
-rw-r--r-- | docs/_sass/jekyll-theme-cayman.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |