1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
body { margin: auto auto; max-width: 854px; background: #eed; } a::before { font-family: monospace; content: "=> "; } blockquote { font-style: italic; } @media(prefers-color-scheme:dark) { body { color: #ddd; background: #222; } }