mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
fix(share): ck text on dark theme not visible (closes #6427)
This commit is contained in:
@@ -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 code,
|
||||||
.ck-content pre {
|
.ck-content pre {
|
||||||
color: var(--text-primary);
|
color: var(--text-primary);
|
||||||
|
|||||||
Reference in New Issue
Block a user