From ebc1ed6598ca8e997d9889aca47e14744a1f91f8 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Fri, 5 Apr 2024 20:46:15 +0300 Subject: [PATCH] replaced btn mail template outline with border for compatability --- mails/templates/layout.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mails/templates/layout.go b/mails/templates/layout.go index 87acfd9d..21e0b939 100644 --- a/mails/templates/layout.go +++ b/mails/templates/layout.go @@ -53,8 +53,7 @@ const Layout = ` .btn { display: inline-block; vertical-align: top; - border: 0; - outline: 1px solid #e5e5e5; + border: 1px solid #e5e5e5; cursor: pointer; color: #fff !important; background: #16161a !important;