diff options
author | Struan Donald <struan@exo.org.uk> | 2019-03-15 11:42:15 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2019-04-02 15:01:20 +0100 |
commit | 4285614aa68d43f24b2a47c246b14cc3dc237b17 (patch) | |
tree | f90321098676c551d04ce916322b6e22a32efc8a /templates | |
parent | 1575799800fb598492dafce0012cbd3fa7900640 (diff) |
[Lincolnshire] add branding to email templates
Diffstat (limited to 'templates')
-rw-r--r-- | templates/email/lincolnshire/_email_color_overrides.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/templates/email/lincolnshire/_email_color_overrides.html b/templates/email/lincolnshire/_email_color_overrides.html new file mode 100644 index 000000000..788b669ac --- /dev/null +++ b/templates/email/lincolnshire/_email_color_overrides.html @@ -0,0 +1,23 @@ +[% + +color_lincs_olive = '#b0bc22' +color_lincs_text = '#212121' + + +body_background_color = color_white +body_text_color = color_lincs_text + +header_background_color = color_lincs_olive +header_text_color = color_white + +button_background_color = color_lincs_olive +button_text_color = color_white + +secondary_column_background_color = color_white +secondary_column_text_color = color_lincs_text + +logo_width = '249' +logo_height = '81' +logo_file = "email-logo.png" + +%] |