v1
:root {
color-scheme: light dark;
}
* {
box-sizing: border-box;
max-width: 100%;
}
body {
max-width: 720px;
margin: 1rem auto;
font: clamp(0.75rem, 0.4375rem + 1vw, 1rem)/1.6 monospace;
background: light-dark(#fff, #000);
text-align: justify;
padding: 2rem;
}
a, .logo, :is(h1,h2,h3,h4,h5,h6) {
color: light-dark(#078181, #07bbbc);
text-decoration: none;
}
pre {
overflow: auto;
}
.title {
display: none;
}
code {
background: #8e8a3e;
}
.upvote-count {
display: none;
}