Make theme colour (border below masthead) work

Ours is used to indicate the different
environments:
- local
- preview
- staging
- production
This commit is contained in:
Tom Byers
2019-10-14 10:32:39 +01:00
parent 9b89ce4853
commit 496d5d1de1

View File

@@ -14,7 +14,7 @@
{% block head %}
<link rel="stylesheet" media="screen" href="{{ asset_url('stylesheets/main.css') }}" />
<style>
#global-header-bar { background-color: {{header_colour}} }
.govuk-header__container { border-color: {{header_colour}} }
</style>
<meta name="google-site-verification" content="niWnSqImOWz6mVQTYqNb5tFK8HaKSB4b3ED4Z9gtUQ0" />
{% block meta %}