aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/peterborough/base.scss13
1 files changed, 12 insertions, 1 deletions
diff --git a/web/cobrands/peterborough/base.scss b/web/cobrands/peterborough/base.scss
index 58b31c66b..67e199cca 100644
--- a/web/cobrands/peterborough/base.scss
+++ b/web/cobrands/peterborough/base.scss
@@ -134,4 +134,15 @@ a,
margin: 0 0.5em;
font-size: 1.1em;
}
-} \ No newline at end of file
+}
+
+.covid-banner {
+ background-color: #AF5412;
+ color: white;
+ padding: 2em;
+ font-size: 1.2em;
+ a {
+ text-decoration: underline;
+ color: white;
+ }
+}