summaryrefslogtreecommitdiff
path: root/mutt
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2019-03-07 14:06:28 +0100
committerUrbain Vaes <urbain@vaes.uk>2019-03-07 14:06:28 +0100
commitb265b484c6a5f6d5b9d04efa4fb6dc0d433866de (patch)
treecafc7a564224f172901e91a26acef68353db3cd8 /mutt
parent2049221388f7be88703f4994d135ad8fbe1eb20f (diff)
Make email style more complete
Diffstat (limited to 'mutt')
-rw-r--r--mutt/.mutt/pandoc.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/mutt/.mutt/pandoc.html b/mutt/.mutt/pandoc.html
index c5ced82..c3701a5 100644
--- a/mutt/.mutt/pandoc.html
+++ b/mutt/.mutt/pandoc.html
@@ -22,6 +22,14 @@ blockquote blockquote {
padding: 0.1em 10px;
}
+blockquote blockquote blockquote {
+ background: #eedddd;
+ font-style: italic;
+ border-left: 10px solid #dcc;
+ margin: 1em 10px;
+ padding: 0.1em 10px;
+}
+
a:link {
color: blue;
text-decoration: none;