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
Modified the 'notification.html.twig' file in the 'templates/emails/' directory.
Located the img tag within the anchor tag inside the div with class "image".
Changed the style attribute of the img tag to set the opacity value from 0.8 to 1.0.
Fixes #5.
To checkout this PR branch, run the following command in your terminal:
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: