We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1a6d40 + 2fa1e46 commit cb811a9Copy full SHA for cb811a9
_layouts/default.html
@@ -3,7 +3,7 @@
3
{% include base.html %}
4
{% include head.html base=base %}
5
6
- <body>
+ <body class="{% if page.title == null %}page-home{% endif %}">
7
<div id="fb-root"></div>
8
9
{% include header.html base=base %}
_sass/_navbar.scss
@@ -10,7 +10,9 @@
10
border: none;
11
12
@media screen and (min-width: $screen-sm-min) {
13
- background-color: transparent;
+ .page-home & {
14
+ background-color: transparent;
15
+ }
16
}
17
18
.navbar-brand {
0 commit comments