From 8b9af4b4c196e6b37a082b94c65825cb7c70be94 Mon Sep 17 00:00:00 2001 From: Harrison Hassig Date: Mon, 28 Oct 2024 18:54:05 +0100 Subject: [PATCH] Correct table td background color --- app/packs/stylesheets/email.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/packs/stylesheets/email.scss b/app/packs/stylesheets/email.scss index 25fe32551..8a3c1a0ee 100644 --- a/app/packs/stylesheets/email.scss +++ b/app/packs/stylesheets/email.scss @@ -1290,7 +1290,7 @@ table.button.expanded center { table.button:hover table td, table.button:visited table td, table.button:active table td { - background: #c24b29; + background: #147dc2; color: #fefefe; }