Skip to content

Commit

Permalink
FIX: popular posts font weight in summary email
Browse files Browse the repository at this point in the history
  • Loading branch information
majakomel committed Nov 27, 2018
1 parent 886ef72 commit a0fca2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/user_notifications/digest.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ body, table, td, th, h1, h2, h3 {font-family: Helvetica, Arial, sans-serif !impo
<table dir="<%= rtl? ? 'rtl' : 'ltr' %>" style="width:100%;background:#fefefe;border-spacing:0;padding:0;text-align:<%= rtl? ? 'right' : 'left' %>;vertical-align:top;">
<tbody>
<tr>
<td class="post-excerpt" style="color:#0a0a0a;font-size:14px;font-weight:200;padding:16px;text-align:<%= rtl? ? 'right' : 'left' %>;width:100%;">
<td class="post-excerpt" style="color:#0a0a0a;font-size:14px;font-weight:normal;padding:16px;text-align:<%= rtl? ? 'right' : 'left' %>;width:100%;">
<%= email_excerpt(post.cooked) %>
</td>
</tr>
Expand Down

1 comment on commit a0fca2b

@discoursebot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on Discourse Meta. There might be relevant details there:

https://meta.discourse.org/t/how-do-i-change-the-font-color-of-summary-e-mail-popular-post-excerpts-on-mobile/102727/4

Please sign in to comment.