/* About page — a shell session on the editor surface.
   The surface itself lives in editor.css. */

:root {
    --doc-row: 1;   /* no wordmark here, so the document starts near the top */
}

/* The key column is held by a fixed measure rather than padding spaces, so
   the colons stay aligned even where the line wraps. */
.doc .key {
    display: inline-block;
    width: 12ch;
}

.doc a {
    font-size: inherit;
    opacity: 1;
    color: var(--rail);
}

.doc a:hover {
    color: var(--fg);
}
