Skip to content

Commit 2eb7bcf

Browse files
committed
tweak css
1 parent c55c90e commit 2eb7bcf

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pandoc.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ body {
22
margin: auto;
33
padding-right: 1em;
44
padding-left: 1em;
5-
max-width: 44em;
5+
max-width: 45em;
66
border-left: 1px solid black;
77
border-right: 1px solid black;
88
color: black;
9-
font-family: Verdana, sans-serif;
10-
font-size: 100%;
9+
font-family: ui-sans-serif, Verdana, Helvetica, ui-sans-serif, sans-serif;
10+
font-size: 120%;
1111
line-height: 140%;
1212
color: #333;
1313
}
@@ -18,14 +18,13 @@ pre {
1818
padding: 0.5em;
1919
}
2020
code {
21-
font-family: ui-monospace, 'Courier New', Consolas, Monaco, Courier, monospace;
21+
font-family: 'Courier New', Courier, ui-monospace, monospace;
2222
}
2323
h1 a, h2 a, h3 a, h4 a, h5 a {
2424
text-decoration: none;
2525
color: #7a5ada;
2626
}
2727
h1, h2, h3, h4, h5 {
28-
font-family: ui-sans-serif, Helvetica, "Trebuchet MS", Verdana, sans-serif;
2928
font-weight: bold;
3029
border-bottom: 1px dotted black;
3130
color: #008332; }

0 commit comments

Comments
 (0)