From 2fa1e4630ae91d2f632cdcb9ac1e3dbb2af4ba52 Mon Sep 17 00:00:00 2001 From: Rich Leland Date: Tue, 13 Oct 2015 09:49:21 -0400 Subject: [PATCH] Ensure nav is not transparent on content pages --- _layouts/default.html | 2 +- _sass/_navbar.scss | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 9727b3e8..5cb70713 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,7 +3,7 @@ {% include base.html %} {% include head.html base=base %} - +
{% include header.html base=base %} diff --git a/_sass/_navbar.scss b/_sass/_navbar.scss index 81b27f72..64fcb4ce 100644 --- a/_sass/_navbar.scss +++ b/_sass/_navbar.scss @@ -10,7 +10,9 @@ border: none; @media screen and (min-width: $screen-sm-min) { - background-color: transparent; + .page-home & { + background-color: transparent; + } } .navbar-brand {