diff options
author | M Somerville <matthew-github@dracos.co.uk> | 2020-08-21 12:28:21 +0100 |
---|---|---|
committer | M Somerville <matthew-github@dracos.co.uk> | 2020-10-19 11:07:54 +0100 |
commit | ea71d01e3f7ef9cb7be4e671aa8e23c01ebe84f7 (patch) | |
tree | 83bca740ece0d83f2537be4ea9acd28749731984 | |
parent | 28d0ad3148b2fa3cbdc4017d24ddc548ec8a7e30 (diff) |
[Bromley] Main text links bold.
-rw-r--r-- | web/cobrands/bromley/base.scss | 9 |
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; |