From 16e546c3fc3ba84c05cbf35fc34ed6ad15440da3 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Tue, 31 Jan 2017 20:44:46 +0100 Subject: [PATCH] fixes callout colors on dark heading --- app/assets/stylesheets/participation.scss | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 6f5117bf2..3f5daf8e2 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -1322,8 +1322,19 @@ ul.ballot-list { color: $brand; } - .callout.warning a { - color: $color-warning; + .callout { + + &.warning a { + color: $color-warning; + } + + &.primary a { + color: $color-info; + } + + &.alert a { + color: $color-alert; + } } .info {