]> 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 0f687ceae365909a8ff43fb8d5621d56267733c2..4882d8769770f93e7e7842de9a5b33665176e3a4 100644 (file)
@@ -1,4 +1,9 @@
+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;
@@ -25,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;
   }
 
@@ -47,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;
 }