summaryrefslogtreecommitdiff
path: root/mutt/.mutt/pandoc.html
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2018-11-23 00:10:14 +0100
committerUrbain Vaes <urbain@vaes.uk>2018-11-23 00:10:14 +0100
commit0a7b766e67fade604569fe9fe512fbb4f70c4d72 (patch)
treec79e492fe4b7411f5eda417c6d81f6130ff9931e /mutt/.mutt/pandoc.html
parenteb9765c374b2b53dd2f8e7c4b1bec9107386acf7 (diff)
[vim] Use legacy branch of iron.nvim
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>