add CSS variables for CKEditor table caption, fixes #2998

This commit is contained in:
zadam 2022-07-20 23:22:07 +02:00
parent d825a1a45a
commit 1afa32502f

View file

@ -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. ---------------------------------------- */