When a user registers via my application, Cognito sends an email with a verification link.
AWS Cognito provides a template ({## text ##}) that will transform to some form of link e.g. <a href='link-to-confirm'> text </a>.
How can I add CSS styles to this a tag?




