mirror of
https://github.com/zadam/trilium.git
synced 2025-02-24 23:13:43 +08:00
add CSS variables for CKEditor table caption, fixes #2998
This commit is contained in:
parent
d825a1a45a
commit
1afa32502f
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ body {
|
|||
--ck-color-text: var(--main-text-color);
|
||||
--ck-color-shadow-drop: 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. ---------------------------------------- */
|
||||
|
||||
|
|
Loading…
Reference in a new issue