:root{--font-family:sans-serif;--background-primary:#fff;--text-primary:#000;--text-accent:#333}@media (prefers-color-scheme:dark){:root{--background-primary:#000;--text-primary:#0f0;--text-accent:#0a0}}body,html{margin:0}body{align-items:stretch;background-color:var(--background-primary);color:var(--text-primary);display:flex;flex-direction:column;font-family:var(--font-family)}nav{clear:both;margin:0 auto;max-width:80ch;padding:.5rem 1rem 0}nav a:not(:first-child){color:var(--text-accent);margin-left:1rem}nav .brand{font-size:1.25rem;position:relative;top:1px}nav .brand a{color:var(--text-primary)!important;margin:0!important}nav .brand a,nav a{text-decoration:none}a{color:var(--text-primary)}a:hover{color:var(--text-accent);text-decoration:underline}main{flex-grow:1}.content{margin:0 auto;max-width:80ch;padding:0 1rem}.content li{margin-bottom:.3rem}.content li:last-child{margin-bottom:0}.content time{color:var(--text-accent)}@media (min-width:80ch){.content{width:80ch}}.headings h1:before{content:"#"}.headings h1:before,.headings h2:before{color:var(--text-accent);display:inline-block;margin-right:.5rem}.headings h2:before{content:"##"}.headings h3:before{color:var(--text-accent);content:"###";display:inline-block;margin-right:.5rem}.text-right{text-align:right}article.content{line-height:1.3}.projects{display:grid;gap:1rem;margin-bottom:1rem}.projects .project{border-bottom:2px solid var(--text-accent);border-left:2px solid var(--text-accent);padding:1rem 0 .5rem 1rem}.projects .project .name{font-weight:700;margin:0 0 .5rem}.projects .project .url{text-decoration:none}.projects .project .url:hover{text-decoration:underline}.pagination{display:flex;justify-content:space-between;margin-inline:auto;margin-top:1.25rem;max-inline-size:80ch}.pagination a{text-decoration:none}.pagination.next-only{justify-content:flex-end}footer{margin-top:2rem}