diff options
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ |