web: style blockquotes in emails
This commit is contained in:
parent
f857c38625
commit
dfbac38281
@ -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;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user