aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/cobrands/bromley/base.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/web/cobrands/bromley/base.scss b/web/cobrands/bromley/base.scss
index 3791f1d16..1db6d98a7 100644
--- a/web/cobrands/bromley/base.scss
+++ b/web/cobrands/bromley/base.scss
@@ -74,6 +74,15 @@ a:active {
color: $link-visited-color;
}
+// Want main text links to be bold
+.content a {
+ font-weight: bold;
+}
+// Except in list items
+.item-list a {
+ font-weight: normal;
+}
+
// The map page header looks a bit high for some reason
.big-green-banner {
top: 0;