taf/styles/elements/prose-mirror.css
2025-09-01 22:46:43 -06:00

13 lines
206 B
CSS

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