Skip to content
This repository was archived by the owner on Apr 4, 2022. It is now read-only.
This repository was 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

@phuhl

Description

@phuhl

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;

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions