Skip to content

Commit

Permalink
Merge pull request #46 from SparkPost/issue-44
Browse files Browse the repository at this point in the history
Ensure nav is not transparent on content pages
  • Loading branch information
aydrian committed Oct 13, 2015
2 parents b1a6d40 + 2fa1e46 commit cb811a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% include base.html %}
{% include head.html base=base %}

<body>
<body class="{% if page.title == null %}page-home{% endif %}">
<div id="fb-root"></div>

{% include header.html base=base %}
Expand Down
4 changes: 3 additions & 1 deletion _sass/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
border: none;

@media screen and (min-width: $screen-sm-min) {
background-color: transparent;
.page-home & {
background-color: transparent;
}
}

.navbar-brand {
Expand Down

0 comments on commit cb811a9

Please sign in to comment.