X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/5d1f6d5f5143881ce3c41f6466dcca3e9714183d..2d479f5453e503850a0919014bacc9de7fb3ebf6:/css/style.css diff --git a/css/style.css b/css/style.css index e4b05e9..4882d87 100644 --- a/css/style.css +++ b/css/style.css @@ -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; }