Put basic print stylesheet back in

Replicates the GOV.UK template one, adjusted for
the GOV.UK Frontend template HTML.
This commit is contained in:
Tom Byers
2019-10-17 12:07:07 +01:00
parent 7f0b207f0a
commit faf2357ddf
3 changed files with 87 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
{% block head %}
<link rel="stylesheet" media="screen" href="{{ asset_url('stylesheets/main.css') }}" />
<link rel="stylesheet" media="print" href="{{ asset_url('stylesheets/print.css') }}" />
<style>
.govuk-header__container { border-color: {{header_colour}} }
</style>