makes sure description has white color
This commit is contained in:
@@ -1110,7 +1110,8 @@
|
||||
p,
|
||||
a,
|
||||
.back,
|
||||
.icon-angle-left {
|
||||
.icon-angle-left,
|
||||
.description {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
@@ -8,8 +8,9 @@
|
||||
<div class="small-12 medium-9 column padding" data-equalizer-watch>
|
||||
|
||||
<h1><%= @budget.name %></h1>
|
||||
|
||||
<%= safe_html_with_links(@budget.description) %>
|
||||
<div class="description">
|
||||
<%= safe_html_with_links(@budget.description) %>
|
||||
</div>
|
||||
<p>
|
||||
<%= link_to t("budgets.index.section_header.help"), "#section_help" %>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user