fixed blurred selection background color, closes #2652

This commit is contained in:
zadam 2022-02-14 22:59:03 +01:00
parent 23de8e881d
commit db79b5ff53

View file

@ -93,6 +93,8 @@ body {
--ck-color-labeled-field-label-background: var(--accented-background-color);
--ck-color-editable-blur-selection: var(--accented-background-color);
/* todo lists */
--ck-color-todo-list-checkmark-border: var(--main-border-color);