Update headings inside new text component to use 600 weight instead of 700
This commit is contained in:
parent
a5d473ec9f
commit
0a1c7e6ea1
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue