mirror of
https://github.com/docmost/docmost.git
synced 2026-09-11 07:56:54 +08:00
fix: h1 heading weight in editor
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user