diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet.com/layout.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet.com/layout.scss b/web/cobrands/fixmystreet.com/layout.scss index d8ebf8d63..221694330 100644 --- a/web/cobrands/fixmystreet.com/layout.scss +++ b/web/cobrands/fixmystreet.com/layout.scss @@ -76,6 +76,9 @@ h3, h4, a:hover { @include linear-gradient(#000, #444 10%, #444 95%, #111); } + a.report-a-problem-btn:hover { + background: $primary/1.1; + } } #site-header { |