diff options
-rw-r--r-- | web/cobrands/fixmystreet/layout.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss index b909e0e83..139b9257a 100644 --- a/web/cobrands/fixmystreet/layout.scss +++ b/web/cobrands/fixmystreet/layout.scss @@ -155,7 +155,7 @@ h1 { color:#333; @include border-radius(0.25em); &:hover { - background:$primary/0.9; + background:$primary/1.1; } } span { |