Update bskyweb html styles

zio/stable
Paul Frazee 2023-04-13 16:36:08 -07:00
parent f917c426a0
commit a6634ec45d
1 changed files with 8 additions and 0 deletions

View File

@ -69,11 +69,19 @@
text-decoration: underline;
}
/* Styling hacks */
*[data-word-wrap] {
word-break: break-word;
}
/* ProseMirror */
.ProseMirror {
font: 18px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
min-height: 140px;
}
.ProseMirror-dark {
color: white;
}
.ProseMirror p {
margin: 0;
}