diff options
Diffstat (limited to 'web/cobrands/bristol/base.scss')
-rw-r--r-- | web/cobrands/bristol/base.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/cobrands/bristol/base.scss b/web/cobrands/bristol/base.scss index 836b27009..bce22f3a3 100644 --- a/web/cobrands/bristol/base.scss +++ b/web/cobrands/bristol/base.scss @@ -109,10 +109,6 @@ dl dt { } } -a#geolocate_link { - color: $b3; -} - label { @extend %bold-font; } @@ -122,3 +118,7 @@ label { color: $g7 !important; font-weight: bold !important; } + +b, strong { + @extend %bold-font; +} |