fix: h1 heading weight in editor

This commit is contained in:
Philipinho
2026-09-08 13:20:40 +01:00
parent 5792fc7ca2
commit f05a611910
@@ -776,10 +776,10 @@
/* Modest semibold heading scale (Cloudflare-style); class doubled to outrank /* Modest semibold heading scale (Cloudflare-style); class doubled to outrank
* the shared editor and .public-typography rules. */ * the shared editor and .public-typography rules. */
.root.root :global(.ProseMirror) h1 { .root.root :global(.ProseMirror) h1 {
font-size: 2.1875rem; font-size: 1.75rem;
font-weight: 600; font-weight: 600;
letter-spacing: -0.025em; letter-spacing: -0.02em;
line-height: 1.25; line-height: 1.3;
} }
.root.root :global(.ProseMirror) h2 { .root.root :global(.ProseMirror) h2 {