@@ 1,7 1,7 @@
html, body
{
- font-family: serif;
- font-size: 1.1rem;
+ font-family: Georgia, serif;
+ font-size: 20px;
color: #000;
background-color: #fff;
}
@@ 13,7 13,7 @@ body, p
body
{
- max-width: 40em;
+ max-width: 36em;
margin: 0 auto;
padding: 0 1em;
}
@@ 31,7 31,7 @@ a
pre, code
{
font-family: monospace;
- font-size: 0.9em;
+ font-size: 90%;
}
pre
@@ 42,12 42,26 @@ pre
figure,
pre,
+.katex-display,
.scroll
{
- overflow-x: auto;
+ overflow: auto hidden;
margin: 0 auto;
}
+figure>a,
+figure>a>img
+{
+ display: block;
+ margin: 0 auto;
+}
+
+figcaption
+{
+ font-size: 90%;
+ text-align: center;
+}
+
blockquote
{
font-style: italic;