web: make pre blocks look like code blocks in email
This commit is contained in:
parent
c69017bc36
commit
1ec22599cc
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user