aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorM Somerville <matthew-github@dracos.co.uk>2020-08-21 12:28:21 +0100
committerM Somerville <matthew-github@dracos.co.uk>2020-10-19 11:07:54 +0100
commitea71d01e3f7ef9cb7be4e671aa8e23c01ebe84f7 (patch)
tree83bca740ece0d83f2537be4ea9acd28749731984 /web
parent28d0ad3148b2fa3cbdc4017d24ddc548ec8a7e30 (diff)
[Bromley] Main text links bold.
Diffstat (limited to 'web')
-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;