body {
- font-family: "Hiragino Mincho ProN", sans-serif;
+ font-family: "Times New Roman", Times, serif;
+ line-height: 1.6;
+ letter-spacing: 0.02em;
+ column-count: auto;
+ column-width: 15em;
}
+header, p:first-of-type, pre:first-of-type { column-span: all }
+
+h1, h2, h3 { font-weight: normal }
+
+h2 { break-before: column }
+
+p { break-inside: avoid }
+
pre {
font-family: Monaco, monospace;
- background-color: #222;
+ font-size: 14px;
+ background-color: #eee;
}
canvas {
a:visited {
color: #ed6eff;
}
+
+ pre {
+ background-color: #222;
+ }
}