From f3751497430c7d5ee913562c46a7ff48b08648a2 Mon Sep 17 00:00:00 2001 From: Martin Wright Date: Fri, 21 Aug 2015 16:49:13 +0100 Subject: stop 'report this request' button from being blue --- assets/stylesheets/responsive/custom.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index ebe0dec..ac0f6b7 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -644,6 +644,10 @@ a.link_to_this { .report-this-request { @include button-secondary(); + color: $color_black !important; + /* Using !important here as a temporary fix for a bad declaration (a:link) + in Alaveteli core. When this is fixed it can be removed. + */ } /* Status lines and icons */ -- cgit v1.2.3