mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
add CSS variables for CKEditor table caption, fixes #2998
This commit is contained in:
parent
d825a1a45a
commit
1afa32502f
@ -7,6 +7,9 @@ body {
|
|||||||
--ck-color-text: var(--main-text-color);
|
--ck-color-text: var(--main-text-color);
|
||||||
--ck-color-shadow-drop: var(--main-background-color);
|
--ck-color-shadow-drop: var(--main-background-color);
|
||||||
--ck-color-shadow-inner: var(--main-background-color);
|
--ck-color-shadow-inner: var(--main-background-color);
|
||||||
|
--ck-color-table-caption-text: var(--main-text-color);
|
||||||
|
--ck-color-table-caption-background: var(--accented-background-color);
|
||||||
|
--ck-color-table-caption-highlighted-background: var(--accented-background-color);
|
||||||
|
|
||||||
/* -- Overrides the default .ck-button class colors. ---------------------------------------- */
|
/* -- Overrides the default .ck-button class colors. ---------------------------------------- */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user