From 27111b95c3e9b18b1d4503882d397a3223bdd654 Mon Sep 17 00:00:00 2001 From: decabeza Date: Fri, 19 Jan 2018 13:29:26 +0100 Subject: [PATCH] makes sure description has white color --- app/assets/stylesheets/participation.scss | 3 ++- app/views/budgets/index.html.erb | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index cc7304607..c51304ed5 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -1110,7 +1110,8 @@ p, a, .back, - .icon-angle-left { + .icon-angle-left, + .description { color: #fff; } diff --git a/app/views/budgets/index.html.erb b/app/views/budgets/index.html.erb index 01ce04f93..a20f1911c 100644 --- a/app/views/budgets/index.html.erb +++ b/app/views/budgets/index.html.erb @@ -8,8 +8,9 @@

<%= @budget.name %>

- - <%= safe_html_with_links(@budget.description) %> +
+ <%= safe_html_with_links(@budget.description) %> +

<%= link_to t("budgets.index.section_header.help"), "#section_help" %>