X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/b28d5c2cffb6c0c8af1f29302954ae99dfad742f..842364af84b295114b4c6f2d42fb6a1c51dd17ad:/css/style.css diff --git a/css/style.css b/css/style.css index 554fcc3..bba1d29 100644 --- a/css/style.css +++ b/css/style.css @@ -3,17 +3,24 @@ html { } body { + font-size: 1em; 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; letter-spacing: 0.02em; + text-align: justify; } aside { clear: both; } +::selection { + color: #00f; + background-color: #e8e8e8; +} + @media only screen and (min-width: 500px) { body { overflow-x: auto; @@ -35,7 +42,7 @@ aside { .columned .h2:not(:only-child) .h3, .columned .h2:not(:only-child) li, .columned .h2:not(:only-child) p { - width: 22em; + width: 24em; } .columned .h2:not(:only-child) pre { width: 25em }