Skip to content

Commit 97c0643

Browse files
fix: Use default font size
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent a4dbce1 commit 97c0643

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css/prosemirror.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ div.ProseMirror {
1010
font-variant-ligatures: none;
1111
padding: 4px 8px 200px 14px;
1212
line-height: 150%;
13-
font-size: 14px;
13+
font-size: var(--default-font-size);
1414
outline: none;
1515

1616
:target {
@@ -28,7 +28,7 @@ div.ProseMirror {
2828
opacity: 1;
2929
-webkit-user-select: text;
3030
user-select: text;
31-
font-size: 14px;
31+
font-size: var(--default-font-size);
3232

3333
&:not(.collaboration-cursor__caret) {
3434
border: none !important;
@@ -145,7 +145,7 @@ div.ProseMirror {
145145
}
146146

147147
h6 {
148-
font-size: 14px;
148+
font-size: var(--default-font-size);
149149
}
150150

151151
img {

0 commit comments

Comments
 (0)