mirror of
https://github.com/zadam/trilium.git
synced 2025-09-16 11:41:56 +08:00
fix(share): ck text on dark theme not visible (closes #6427)
This commit is contained in:
parent
23c9c6826e
commit
7c6af568d8
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
:root {
|
||||
--ck-content-font-family: inherit;
|
||||
--ck-content-font-size: inherit;
|
||||
--ck-content-font-color: inherit;
|
||||
--ck-content-line-height: inherit;
|
||||
}
|
||||
|
||||
.ck-content code,
|
||||
.ck-content pre {
|
||||
color: var(--text-primary);
|
||||
|
|
Loading…
Add table
Reference in a new issue