]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - css/style.css
Columnize
[rbdr/r.bdr.sh] / css / style.css
index 8e3f212a77775c0e7a30ad965cabff6c05b463be..dae306da4531490abab9d5b59a6281b4a1c48cba 100644 (file)
@@ -1,10 +1,23 @@
 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 {
@@ -27,4 +40,8 @@ canvas {
   a:visited {
     color: #ed6eff;
   }
+
+  pre {
+    background-color: #222;
+  }
 }