::selection { background-color: lemonchiffon; color: #000 }
html { height: 100%; font-size: 14px; scroll-behavior: smooth; font-family: "Menlo", "Consolas", monospace }
body { line-height: calc(14px * 1.618); max-width: 50rem; margin: 1rem auto; color: #333; padding: 0 2rem 2rem 2rem; background: #fff }
img,video { max-width: 100% } 
h1,h2,h3,h4,h5,h6 { text-transform: uppercase; font-size: 1em; line-height: 1.2; font-weight: normal; color: #000 }
h1::after { content: ' \00AC ' }
h1,h2 { line-height: calc(14px * 1.4); border-bottom: 1px solid #ddd }
.postdate::after { content: ' - ' }
nav { padding: 0.67em 0 calc(0.67em * 2) 0 }
footer { padding-top: 2rem }
a { color: #000 }
a:visited { color: #333 }
a:hover { background-color: lemonchiffon; color: #000 }
a:focus { color: crimson }
nav a{ margin-right: 2ch; color: #000 }
nav a:visited { color: #000 }
hr { box-sizing: content-box; height: 0; border: 0; border-top: 1px solid #ddd }
ul,ol { margin-block-start: 1em; margin-block-end: 1em; padding-inline-start: 2.5em }
ul { padding-inline-start: 1.5em }
code { background: #eee; color: #000; padding: 2px 1ch; border-radius: 4px; }
pre code { display: block; line-height: 1.25; padding: 1.5em; overflow-x: auto; overflow-y: hidden }
blockquote { margin-inline-start: 20px; padding-left: 20px; border-left: 2px solid #ddd; font-style: italic }
table { border-collapse: collapse }
table tr td,table tr th { padding: 0 1ch }
table tr td { vertical-align: top }
table tr th { border-bottom: 1px solid #ddd; color: #000; font-weight: normal; text-align: inherit }
@media(prefers-color-scheme:dark) {
body { background-color: #101010; color: #a0aaaf }
nav a, nav a:visited { color: #d0dadf; }
a { color: #d0dadf }
a:visited { color: #808a8f }
a:hover { background-color: #202325a0; color: #d0dadf }
a:focus { background-color: #d0dadf; color: #101010 }
hr,table tr th,blockquote { border-color: #808a8f50 }
code, pre code { background-color: #202325a0; color: #a0aaaf }
h1,h2,h3,h4,h5,h6,table tr th { color: #d0dadf }
h1,h2 { border-color: #808a8f50 }
::selection { color: #101010; background-color: #a0aaaf } 
}
