Update headings inside new text component to use 600 weight instead of 700

This commit is contained in:
Andrew Kingston 2025-03-14 16:16:05 +00:00
parent a5d473ec9f
commit 0a1c7e6ea1
No known key found for this signature in database
1 changed files with 8 additions and 0 deletions

View File

@ -44,4 +44,12 @@
div :global(.editor-preview-full) {
height: auto;
}
div :global(h1),
div :global(h2),
div :global(h3),
div :global(h4),
div :global(h5),
div :global(h6) {
font-weight: 600;
}
</style>