From b54005278cdcdc8827f8ffdecbb37428c163dc18 Mon Sep 17 00:00:00 2001 From: Ivan Skachkov Date: Tue, 30 Jul 2019 21:00:42 +0200 Subject: [PATCH] Fix button text color for Gmail client * which specifies bluish text color which is almost invisible on the button; * by adding "!important" to our text color styles. --- templates/verify-email.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/verify-email.html b/templates/verify-email.html index ba22d64..c0ee1e4 100644 --- a/templates/verify-email.html +++ b/templates/verify-email.html @@ -137,7 +137,7 @@ width: 200px; background-color: #414EF9; border-radius: 3px; - color: #ffffff; + color: #ffffff !important; font-size: 15px; line-height: 45px; text-align: center;