aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/fixmystreet.com/static/council.html2
-rw-r--r--web/cobrands/fixmystreet.com/fmsforcouncils.scss5
2 files changed, 6 insertions, 1 deletions
diff --git a/templates/web/fixmystreet.com/static/council.html b/templates/web/fixmystreet.com/static/council.html
index be8ff7f1a..f8eecb0d0 100644
--- a/templates/web/fixmystreet.com/static/council.html
+++ b/templates/web/fixmystreet.com/static/council.html
@@ -7,7 +7,7 @@
%]
<a class="councils-reporting-hint" href="/">
- <strong>Reporting a problem?</strong> Click here.
+ <strong>Reporting a problem?</strong> <em>Click here</em>
</a>
<div class="councils-section hero">
diff --git a/web/cobrands/fixmystreet.com/fmsforcouncils.scss b/web/cobrands/fixmystreet.com/fmsforcouncils.scss
index 985ecbf16..eee507288 100644
--- a/web/cobrands/fixmystreet.com/fmsforcouncils.scss
+++ b/web/cobrands/fixmystreet.com/fmsforcouncils.scss
@@ -165,6 +165,11 @@ $fms-green: #62b356;
color: mix(#222, $fms-yellow, 50%);
background: mix(#ff0, $fms-yellow, 50%);
}
+
+ em {
+ font-style: inherit;
+ border-bottom: 1px solid;
+ }
}
.hero {