web: more pleasant color scheme for code blocks in email

This commit is contained in:
Bill Thiede 2024-09-02 13:18:49 -07:00
parent 3491856784
commit 48bf57fbbe

View File

@ -26,3 +26,8 @@
display: inline !important;
color: inherit !important;
}
.body.mail code {
color: var(--color-text);
background-color: var(--color-bg-secondary);
}