Skip to content

Commit

Permalink
Fix gray color in emails
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaviju committed Jun 5, 2015
1 parent ac80c4a commit 30ef152
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion taiga/base/templates/emails/base-body-html.jinja
Expand Up @@ -121,7 +121,7 @@
.headerContent {
text-align: center;
color:#b8b8b8 !important;
color:#8D8D8D !important;
font-family: 'Open Sans', Arial, Helvetica;
font-size:14px;
margin-bottom:16px;
Expand Down
2 changes: 1 addition & 1 deletion taiga/base/templates/emails/hero-body-html.jinja
Expand Up @@ -60,7 +60,7 @@
* @style heading 2
*/
h2{
color: #b8b8b8 !important;
color: #8D8D8D !important;
display:block;
font-family: 'Open Sans', Arial;
font-size:20px;
Expand Down
2 changes: 1 addition & 1 deletion taiga/base/templates/emails/updates-body-html.jinja
Expand Up @@ -121,7 +121,7 @@
.headerContent {
text-align: center;
color:#b8b8b8 !important;
color:#8D8D8D !important;
font-family: 'Open Sans', Arial, Helvetica;
font-size:14px;
margin-bottom:16px;
Expand Down

0 comments on commit 30ef152

Please sign in to comment.