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 {