diff options
Diffstat (limited to 'mutt/.mutt')
-rw-r--r-- | mutt/.mutt/pandoc.html | 8 |
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; |