mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 03:48:13 +08:00
fix(ckeditor): color and font mismatch after update
This commit is contained in:
parent
e7f02fe22b
commit
9e00d421fb
1 changed files with 7 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue