Update bskyweb html styles

This commit is contained in:
Paul Frazee 2023-04-13 16:36:08 -07:00
parent f917c426a0
commit a6634ec45d

View file

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