]> 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 e775321a251856e6e07e57c28dfc39fe2927ed3d..4882d8769770f93e7e7842de9a5b33665176e3a4 100644 (file)
@@ -1,6 +1,11 @@
+html {
+  scroll-behavior: smooth;
+}
+
 body {
+  font: -apple-system-body;
   font-family: "Hoefler Text", "Times New Roman", serif;
-  font-feature-settings: "hlig" 1, "dlig" 1, "onum" 1, "zero" 1, "swsh" 1, "kern" 1, "medi" 1;
+  font-feature-settings: "liga" 1, "dlig" 1, "pnum" 1;
   line-height: 1.6;
   letter-spacing: 0.02em;
 }
@@ -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;
 }