diff --git a/frappe/templates/pages/integrations/payment-failed.html b/frappe/templates/pages/integrations/payment-failed.html index 570785f33b..8f416b563a 100644 --- a/frappe/templates/pages/integrations/payment-failed.html +++ b/frappe/templates/pages/integrations/payment-failed.html @@ -16,6 +16,7 @@ .hero-and-content { background-color: #f5f7fa; } +{% include "templates/styles/card_style.css" %} {% endblock %} diff --git a/frappe/templates/pages/integrations/payment-success.html b/frappe/templates/pages/integrations/payment-success.html index 8d87645f70..a1b5092677 100644 --- a/frappe/templates/pages/integrations/payment-success.html +++ b/frappe/templates/pages/integrations/payment-success.html @@ -13,9 +13,6 @@ {{ _("Continue") }} {% endblock %} diff --git a/frappe/www/404.html b/frappe/www/404.html index a57bc8ebb8..47685c45d0 100644 --- a/frappe/www/404.html +++ b/frappe/www/404.html @@ -13,6 +13,7 @@ header, footer { html, body { background-color: #f5f7fa; } +{% include "templates/styles/card_style.css" %}