Skip to content

Commit

Permalink
Updated styles of text content inside div tag in EditorContent (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaagul authored Oct 3, 2023
1 parent 038e2c8 commit e44b691
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/styles/editor/_editor-content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@
}
}

// Div
div {
font-size: var(--neeto-ui-text-body1);
font-weight: var(--neeto-ui-font-normal);
line-height: var(--neeto-ui-leading-normal);
color: rgb(var(--neeto-ui-black));
}

// Code
code {
padding: 0.2em 0.4em;
Expand Down Expand Up @@ -266,7 +274,7 @@
align-items: center;
}

figcaption {
figcaption div {
text-align: center;
font-size: 13px;
font-weight: var(--neeto-ui-font-normal);
Expand Down

0 comments on commit e44b691

Please sign in to comment.