summaryrefslogtreecommitdiff
path: root/mutt/.mutt/pandoc.html
blob: c3701a5cee55f003d9751b21b1c789c6bbdc2fa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<style>
body {
  font-family: Monaco, Source Sans Pro, Monospace;
  padding: 1em;
  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;
}

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;
}

a:visited {
    color: green;
    text-decoration: none;
}

span[class='math display'] {
    margin-left: 2em;
    margin-top: 1em;
    display: block;
}

</style>