fix: improve variance between Super header font sizes and weights
This commit is contained in:
@@ -20,19 +20,20 @@
|
|||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
}
|
}
|
||||||
.Lexical__h1 {
|
.Lexical__h1 {
|
||||||
font-size: 24px;
|
font-size: 26px;
|
||||||
color: var(--sn-stylekit-editor-foreground-color);
|
color: var(--sn-stylekit-editor-foreground-color);
|
||||||
font-weight: 400;
|
font-weight: 700;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.Lexical__h2 {
|
.Lexical__h2 {
|
||||||
font-size: 15px;
|
font-size: 22px;
|
||||||
color: var(--sn-stylekit-editor-foreground-color);
|
color: var(--sn-stylekit-editor-foreground-color);
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.Lexical__h3 {
|
.Lexical__h3 {
|
||||||
font-size: 12px;
|
font-size: 19px;
|
||||||
|
font-weight: 700;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.Lexical__textBold {
|
.Lexical__textBold {
|
||||||
|
|||||||
Reference in New Issue
Block a user