style(ck-mermaid): monospace font

pull/900/head
Elian Doran 2025-01-07 17:36:30 +07:00
parent 5d5a490312
commit 4b35f8174c
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

@ -793,6 +793,10 @@ div[data-notify="container"] {
color: var(--muted-text-color);
}
.ck-editor__editable .ck-mermaid__editing-view {
font-family: var(--monospace-font-family);
}
.ck-content .table table th {
background-color: var(--accented-background-color);
}