Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/web/EnrichedText.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,41 +47,47 @@
font-weight: var(--et-h1-font-weight);
margin: 0;
line-height: normal;
color: inherit;
}
.eti-editor h2,
.et-view h2 {
font-size: var(--et-h2-font-size);
font-weight: var(--et-h2-font-weight);
margin: 0;
line-height: normal;
color: inherit;
}
.eti-editor h3,
.et-view h3 {
font-size: var(--et-h3-font-size);
font-weight: var(--et-h3-font-weight);
margin: 0;
line-height: normal;
color: inherit;
}
.eti-editor h4,
.et-view h4 {
font-size: var(--et-h4-font-size);
font-weight: var(--et-h4-font-weight);
margin: 0;
line-height: normal;
color: inherit;
}
.eti-editor h5,
.et-view h5 {
font-size: var(--et-h5-font-size);
font-weight: var(--et-h5-font-weight);
margin: 0;
line-height: normal;
color: inherit;
}
.eti-editor h6,
.et-view h6 {
font-size: var(--et-h6-font-size);
font-weight: var(--et-h6-font-weight);
margin: 0;
line-height: normal;
color: inherit;
}

.eti-editor blockquote,
Expand Down
Loading