web: make pre blocks look like code blocks in email

This commit is contained in:
Bill Thiede 2024-09-02 13:35:58 -07:00
parent c69017bc36
commit 1ec22599cc

View File

@ -27,7 +27,8 @@
color: inherit !important;
}
.body.mail code {
.body.mail code,
.body.mail pre {
color: var(--color-text);
background-color: var(--color-bg-secondary);
}