From c80b92ded01421e6803d7b53e0bf6a311e7b2286 Mon Sep 17 00:00:00 2001 From: Spencer Murray Date: Mon, 2 Dec 2024 16:29:15 -0500 Subject: [PATCH] Fix black text turning purple randomly --- templates/failed-payment.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/templates/failed-payment.html b/templates/failed-payment.html index c73b9566c..626be5573 100644 --- a/templates/failed-payment.html +++ b/templates/failed-payment.html @@ -6,11 +6,12 @@ line-height: 55px; margin: 0; text-align: center; + color: black; " > Oops! Let's fix this, {{ name }} -

+

Total: USD ${{ amount }} We were unable to process your {% if card_type %}{{ card_type | @@ -76,14 +78,14 @@ margin-bottom: 20px; " > -

Why did the payment fail?

-

In most cases, a payment might fail due to:

-