fix: Disable all-caps for H2/H3 headings in Super notes

This commit is contained in:
Aman Harwara
2022-11-30 23:30:57 +05:30
parent 349fd7204e
commit 9b3f11d85b

View File

@@ -30,12 +30,10 @@
color: var(--sn-stylekit-editor-foreground-color);
font-weight: 700;
margin: 0;
text-transform: uppercase;
}
.Lexical__h3 {
font-size: 12px;
margin: 0;
text-transform: uppercase;
}
.Lexical__textBold {
font-weight: bold;