fix: Disable all-caps for H2/H3 headings in Super notes
This commit is contained in:
@@ -30,12 +30,10 @@
|
|||||||
color: var(--sn-stylekit-editor-foreground-color);
|
color: var(--sn-stylekit-editor-foreground-color);
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
}
|
||||||
.Lexical__h3 {
|
.Lexical__h3 {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
}
|
||||||
.Lexical__textBold {
|
.Lexical__textBold {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|||||||
Reference in New Issue
Block a user