mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
fix(ckeditor): color and font mismatch after update
This commit is contained in:
parent
e7f02fe22b
commit
9e00d421fb
@ -924,6 +924,13 @@ div[data-notify="container"] {
|
|||||||
font-family: var(--monospace-font-family);
|
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 {
|
.ck-content .table table th {
|
||||||
background-color: var(--accented-background-color);
|
background-color: var(--accented-background-color);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user