mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-24 12:21:22 -05:00
Make theme colour (border below masthead) work
Ours is used to indicate the different environments: - local - preview - staging - production
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user