fix(ckeditor): color and font mismatch after update

This commit is contained in:
Elian Doran 2025-07-12 22:34:27 +03:00
parent e7f02fe22b
commit 9e00d421fb
No known key found for this signature in database

View file

@ -924,6 +924,13 @@ div[data-notify="container"] {
font-family: var(--monospace-font-family);
}
.ck-content {
--ck-content-font-family: var(--detail-font-family);
--ck-content-font-size: 1.1em;
--ck-content-font-color: var(--main-text-color);
--ck-content-line-height: var(--bs-body-line-height);
}
.ck-content .table table th {
background-color: var(--accented-background-color);
}