messages: fix black page background when editing

changed the "body, .body {" to ".body" in the mail CSS so it doesn't
affect the web page. Seems to look fine still in gmail in both light and
dark modes. Fixes #446
This commit is contained in:
Harvey Tindall
2025-12-06 14:05:12 +00:00
parent 51f604d061
commit 4bb116417e

View File

@@ -8,7 +8,7 @@
Color-scheme: light dark;
supported-color-schemes: light dark;
}
body, .body {
.body {
background: #101010 !important;
background-color: #101010 !important;
}