Browse Source

update color footer mail - refs BT#11525

Alex Aragon 8 years ago
parent
commit
c9ed8c9c35
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/template/rainbow/mail/footer.tpl

+ 1 - 1
main/template/rainbow/mail/footer.tpl

@@ -1,6 +1,6 @@
 <table border="0" cellpadding="10" cellspacing="0" width="100%">
     <tr>
-        <td style="color: #FFF; background-color: #009EE0; border-bottom: 1px solid #009EE0; box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);">
+        <td style="color: #FFF; background-color: #162A83; border-bottom: 1px solid #162A83; box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);">
             {{ _s.site_name }}
         </td>
     </tr>