From 551de46105edf83de48a464886f990e9e1fc3341 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Wed, 4 May 2016 11:44:26 +0200 Subject: [PATCH] Changes color on button support for increase contrast color --- app/assets/stylesheets/participation.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 7ceaf7b99..ba64962e9 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -192,7 +192,7 @@ .button-support { background: white; - color: $proposals; + color: $text; display: inline-block; font-size: $small-font-size; margin-top: rem-calc(12);