Skip to content

Commit

Permalink
fix: Use default font size
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Aug 7, 2023
1 parent fc75c95 commit 662f78b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/css/prosemirror.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ div.ProseMirror {
font-variant-ligatures: none;
padding: 4px 8px 200px 14px;
line-height: 150%;
font-size: 14px;
font-size: var(--default-font-size);
outline: none;

:target {
Expand All @@ -28,7 +28,7 @@ div.ProseMirror {
opacity: 1;
-webkit-user-select: text;
user-select: text;
font-size: 14px;
font-size: var(--default-font-size);

&:not(.collaboration-cursor__caret) {
border: none !important;
Expand Down Expand Up @@ -145,7 +145,7 @@ div.ProseMirror {
}

h6 {
font-size: 14px;
font-size: var(--default-font-size);
}

img {
Expand Down

0 comments on commit 662f78b

Please sign in to comment.