diff --git a/src/public/stylesheets/ckeditor-theme.css b/src/public/stylesheets/ckeditor-theme.css index f1af43c98..8ef29a790 100644 --- a/src/public/stylesheets/ckeditor-theme.css +++ b/src/public/stylesheets/ckeditor-theme.css @@ -91,6 +91,8 @@ body { --ck-color-table-focused-cell-background: var(--more-accented-background-color); + --ck-color-labeled-field-label-background: var(--accented-background-color); + /* todo lists */ --ck-color-todo-list-checkmark-border: var(--main-border-color);