taf/styles/elements/prose-mirror.css
2025-07-02 22:48:49 -06:00

12 lines
203 B
CSS

.taf > .window-content prose-mirror {
background: var(--prosemirror-background);
.editor-content {
padding: 0 8px 8px;
}
.tableWrapper th,
.tableWrapper td {
border-color: rebeccapurple;
}
}