bastien-wink / okazeo-alert

0 stars 0 forks source link

Fix opacity of images in email template #6

Open sweep-ai[bot] opened 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR fixes the issue with the opacity of images in the email template. The images were styled with an opacity of 0.8, which made them partially transparent. The opacity has been changed to 1.0 to make the images fully opaque.

Summary of Changes

Fixes #5.

To checkout this PR branch, run the following command in your terminal:

git checkout sweep/fix-opacity-of-images