X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/b28d5c2cffb6c0c8af1f29302954ae99dfad742f..56ffe968715ccf75dc4e859806e2b8185f5c8289:/css/style.css diff --git a/css/style.css b/css/style.css index 554fcc3..898d274 100644 --- a/css/style.css +++ b/css/style.css @@ -8,12 +8,18 @@ body { 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 +41,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 }