diff options
author | Struan Donald <struan@exo.org.uk> | 2012-07-20 17:18:57 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-08-09 09:55:49 +0100 |
commit | 106468dc7fdce0d6c9220d74b214a60c32fc90b8 (patch) | |
tree | a71da106c9de0cb42a3435aede26325abdc0041c | |
parent | 4c44c48e97a8ad88b6dc10c924480618121dd0e8 (diff) |
links should be black
-rw-r--r-- | web/cobrands/fixmystreet/_base.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/_base.scss b/web/cobrands/fixmystreet/_base.scss index 425bf2dcc..9f0966a16 100644 --- a/web/cobrands/fixmystreet/_base.scss +++ b/web/cobrands/fixmystreet/_base.scss @@ -873,7 +873,11 @@ a:hover.button-left { color:#222222; background:#e6e6e6; } + a { + color:#222222; + } a:hover { + color:#222222; text-decoration: none; } .text, |