From ff62765b9dbf9d85eab8a15892176523240227bd Mon Sep 17 00:00:00 2001 From: Aswin M S Date: Wed, 11 Mar 2026 15:11:04 +0000 Subject: [PATCH] [fix] Force light color scheme in email #490 Some email clients automatically force dark mode on email content, making the logo invisible. Added color-scheme meta tag and CSS property to explicitly force a light color scheme. Removed the invalid supported-color-schemes meta tag and CSS property, keeping only the standard color-scheme. Fixes #490 --- .../templates/openwisp_utils/email_template.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/openwisp_utils/admin_theme/templates/openwisp_utils/email_template.html b/openwisp_utils/admin_theme/templates/openwisp_utils/email_template.html index 6b38416a..1fc1338c 100644 --- a/openwisp_utils/admin_theme/templates/openwisp_utils/email_template.html +++ b/openwisp_utils/admin_theme/templates/openwisp_utils/email_template.html @@ -5,8 +5,13 @@ + {% block styles %} {% endblock styles %}