Default message body to B&W

This commit is contained in:
Bill Thiede 2023-03-08 19:58:44 -08:00
parent 57ded3c076
commit 371a8b98eb

View File

@ -13,6 +13,8 @@
padding-left: 0.5em; padding-left: 0.5em;
} }
.body { .body {
background: white;
color: black;
padding-bottom: 1em; padding-bottom: 1em;
} }
.error { .error {