summaryrefslogtreecommitdiff
path: root/mutt/.mutt/pandoc.html
diff options
context:
space:
mode:
Diffstat (limited to 'mutt/.mutt/pandoc.html')
-rw-r--r--mutt/.mutt/pandoc.html37
1 files changed, 35 insertions, 2 deletions
diff --git a/mutt/.mutt/pandoc.html b/mutt/.mutt/pandoc.html
index 010a3ed..c5ced82 100644
--- a/mutt/.mutt/pandoc.html
+++ b/mutt/.mutt/pandoc.html
@@ -1,8 +1,41 @@
<style>
body {
- font-family: Source Sans Pro, Courier;
+ font-family: Monaco, Source Sans Pro, Monospace;
padding: 1em;
- font-size: 18px;
+ font-size: 16px;
max-width: 46em;
}
+
+blockquote {
+ background: #ddddee;
+ font-style: italic;
+ border-left: 10px solid #ccd;
+ margin: 1em 10px;
+ padding: 0.1em 10px;
+}
+
+blockquote blockquote {
+ background: #ddeedd;
+ font-style: italic;
+ border-left: 10px solid #cdc;
+ margin: 1em 10px;
+ padding: 0.1em 10px;
+}
+
+a:link {
+ color: blue;
+ text-decoration: none;
+}
+
+a:visited {
+ color: green;
+ text-decoration: none;
+}
+
+span[class='math display'] {
+ margin-left: 2em;
+ margin-top: 1em;
+ display: block;
+}
+
</style>