1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
:root { --theme: #0062cc; --anchor-underline-color: lightgray; } html { font-family: system-ui, sans-serif; padding: 0rem 10px; margin: auto; max-width: 50rem; } a { color: var(--theme); text-decoration: underline; text-decoration-color: var(--anchor-underline-color); }