X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/554c7e00901b25e1262f44ee82d57427bcf47b75..ea3c62fe3319c76a538822dbb774d18963c7e061:/css/style.css diff --git a/css/style.css b/css/style.css index 8e3f212..dae306d 100644 --- a/css/style.css +++ b/css/style.css @@ -1,10 +1,23 @@ body { - font-family: "Hiragino Mincho ProN", sans-serif; + font-family: "Times New Roman", Times, serif; + line-height: 1.6; + letter-spacing: 0.02em; + column-count: auto; + column-width: 15em; } +header, p:first-of-type, pre:first-of-type { column-span: all } + +h1, h2, h3 { font-weight: normal } + +h2 { break-before: column } + +p { break-inside: avoid } + pre { font-family: Monaco, monospace; - background-color: #222; + font-size: 14px; + background-color: #eee; } canvas { @@ -27,4 +40,8 @@ canvas { a:visited { color: #ed6eff; } + + pre { + background-color: #222; + } }