Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Header background-color not included if equal to to back-color #94

Closed
phuhl opened this issue Aug 15, 2017 · 1 comment
Closed

Header background-color not included if equal to to back-color #94

phuhl opened this issue Aug 15, 2017 · 1 comment
Assignees

Comments

@phuhl
Copy link

phuhl commented Aug 15, 2017

This is only a problem if the header is sticky, but then a background color is necessary or otherwise the stuff behind the header can shine through. To fix this i recommend changing these lines (40-42 _navigation.scss)

@if $header-back-color != $back-color {
   background: $header-back-color;
}

to

background: $header-back-color;
@Chalarangelo
Copy link
Owner

Good catch! I can see how this could be a potential problem. Will fix today, releasing a hotfix, along with some very minor documentation updates that have been pushed back for a couple of weeks now, due to me being on vacation. Thank you very much for your contribution! 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants