fix: improve variance between Super header font sizes and weights

This commit is contained in:
Mo
2022-12-06 22:01:44 -06:00
parent a70d1009a3
commit 8b103307cb

View File

@@ -20,19 +20,20 @@
padding-left: 16px;
}
.Lexical__h1 {
font-size: 24px;
font-size: 26px;
color: var(--sn-stylekit-editor-foreground-color);
font-weight: 400;
font-weight: 700;
margin: 0;
}
.Lexical__h2 {
font-size: 15px;
font-size: 22px;
color: var(--sn-stylekit-editor-foreground-color);
font-weight: 700;
margin: 0;
}
.Lexical__h3 {
font-size: 12px;
font-size: 19px;
font-weight: 700;
margin: 0;
}
.Lexical__textBold {