diff --git a/src/styles/_project-landing.sass b/src/styles/_project-landing.sass index bbe3bb9..e84d2c3 100644 --- a/src/styles/_project-landing.sass +++ b/src/styles/_project-landing.sass @@ -1,6 +1,6 @@ $color-background-landing: #111 -.landing +.landing-home .page-content @extend .text-white background-color: $color-background-landing diff --git a/src/templates/projects/landing.pug b/src/templates/projects/landing.pug index 3b31ea0..057113a 100644 --- a/src/templates/projects/landing.pug +++ b/src/templates/projects/landing.pug @@ -5,6 +5,8 @@ include ../../../../pillar/src/templates/mixins/components | {% set title = 'landing' %} +| {% block bodyclasses %}{{ super() }} landing-home{% endblock %} + | {% from '_macros/_asset_list_item.html' import asset_list_item %} | {% block page_title %}{{ project.name }}{% endblock%}