+html {
+ scroll-behavior: smooth;
+}
+
body {
+ font: -apple-system-body;
font-family: "Hoefler Text", "Times New Roman", serif;
font-feature-settings: "liga" 1, "dlig" 1, "pnum" 1;
line-height: 1.6;
width: 14.6em;
}
- .columned .h2:not(:only-child) .h3, .columned .h2:not(:only-child) p {
+ .columned .h2:not(:only-child) .h3,
+ .columned .h2:not(:only-child) li,
+ .columned .h2:not(:only-child) p {
width: 22em;
}
br { display: none }
pre {
font-family: courier, monospace;
- font-size: 14px;
+ font-size: 0.875em;
background-color: #eee;
overflow-x: auto;
}