]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - css/style.css
Add the system body text
[rbdr/r.bdr.sh] / css / style.css
index e4b05e9ff42e781081c0c6ec328ba4892ca90e02..4882d8769770f93e7e7842de9a5b33665176e3a4 100644 (file)
@@ -3,6 +3,7 @@ html {
 }
 
 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;
@@ -29,7 +30,9 @@ body {
     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;
   }
 
@@ -51,7 +54,7 @@ h1, h2, h3 { font-weight: normal }
 br { display: none }
 pre {
   font-family: courier, monospace;
-  font-size: 14px;
+  font-size: 0.875em;
   background-color: #eee;
   overflow-x: auto;
 }