UI Landing: Use dark background only on project home landing page.

This commit is contained in:
2019-03-29 15:22:53 +01:00
parent db976a4d50
commit ad1a55c5d5
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
$color-background-landing: #111 $color-background-landing: #111
.landing .landing-home
.page-content .page-content
@extend .text-white @extend .text-white
background-color: $color-background-landing background-color: $color-background-landing

View File

@@ -5,6 +5,8 @@ include ../../../../pillar/src/templates/mixins/components
| {% set title = 'landing' %} | {% set title = 'landing' %}
| {% block bodyclasses %}{{ super() }} landing-home{% endblock %}
| {% from '_macros/_asset_list_item.html' import asset_list_item %} | {% from '_macros/_asset_list_item.html' import asset_list_item %}
| {% block page_title %}{{ project.name }}{% endblock%} | {% block page_title %}{{ project.name }}{% endblock%}