d09c723 ←cab4b29antonApr 10, 2026 api

edit theme.css via macOS

M /anton/undefined +1 -0
239 unmodified lines
240 background: none;
241 padding: 0;
242}
243
244/* Prose pages (privacy, terms) */
245.prose h1 {
244/* Prose pages (privacy, terms) — wrapped in :where() so specificity is 0.
245 Landing page classes (.page-title, .section-title, .page-subtitle) win automatically. */
246:where(.prose) h1 {
247 font-family: var(--font-mono);
248 font-size: 24px;
249 letter-spacing: -0.5px;
250 margin: 1.5rem 0 1rem;
251}
251.prose h3 { font-family: var(--font-mono); margin: 1.25rem 0 0.4rem; font-size: 14px; }
252.prose p, .prose ol, .prose ul { font-size: 13px; color: var(--color-text-muted); margin-bottom: 0.5rem; line-height: 1.6; }
253.prose ol, .prose ul { padding-left: 1.25rem; }
254.prose li { margin-bottom: 0.25rem; }
252:where(.prose) h3 { font-family: var(--font-mono); margin: 1.25rem 0 0.4rem; font-size: 14px; }
253:where(.prose) p, :where(.prose) ol, :where(.prose) ul { font-size: 13px; color: var(--color-text-muted); margin-bottom: 0.5rem; line-height: 1.6; }
254:where(.prose) ol, :where(.prose) ul { padding-left: 1.25rem; }
255:where(.prose) li { margin-bottom: 0.25rem; }