diff options
Diffstat (limited to 'web/cobrands/peterborough/layout.scss')
-rw-r--r-- | web/cobrands/peterborough/layout.scss | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/web/cobrands/peterborough/layout.scss b/web/cobrands/peterborough/layout.scss index cd209f530..de5c5f9a9 100644 --- a/web/cobrands/peterborough/layout.scss +++ b/web/cobrands/peterborough/layout.scss @@ -31,15 +31,6 @@ body.frontpage #front-main { } } -a#geolocate_link { - color: $link-color; // override default `#front-main a` - &:hover, - &:active, - &:focus { - color: $link-hover-color; // override default `#front-main a` - } -} - #postcodeForm .form-hint { color: $grey; } |