web: style blockquotes in emails

This commit is contained in:
Bill Thiede 2025-02-05 09:18:05 -08:00
parent f857c38625
commit dfbac38281

View File

@ -39,4 +39,9 @@ html {
font-family: monospace; font-family: monospace;
background-color: #eee !important; background-color: #eee !important;
padding: 0.5em !important; padding: 0.5em !important;
} }
.mail-thread blockquote {
padding-left: 1em;
border-left: 2px solid #ddd;
}