Skip to content

Commit

Permalink
add styles
Browse files Browse the repository at this point in the history
  • Loading branch information
formfcw committed Jul 23, 2024
1 parent 9e72a4b commit bc258f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/interface/interface.vue
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,12 @@
border-radius: var(--theme--border-radius, var(--border-radius));
}
.flexible-editor :deep(sub),
.flexible-editor :deep(sup) {
font-size: 0.75em;
line-height: 1em;
}
.flexible-editor :deep(pre) {
background-color: var(--theme--background-normal, var(--background-normal));
padding: var(--theme--form--field--input--padding, var(--input-padding));
Expand Down

0 comments on commit bc258f4

Please sign in to comment.