stop making navbar transparent just because we're on desktop
As far as i can tell this works in Todd's styles only because everything is given a 'light' header; removing that class from the blog post for example gives the same problem as we see in our code. Partly fixes #33
This commit is contained in:
parent
54e3c12538
commit
63e8f7335e
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@
|
||||||
}
|
}
|
||||||
@include desktop {
|
@include desktop {
|
||||||
padding: 1.25em 0;
|
padding: 1.25em 0;
|
||||||
background-color: transparent;
|
|
||||||
}
|
}
|
||||||
z-index: +9;
|
z-index: +9;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue