Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 36f51ba

Browse files
committed
client: Fix CKEditor modal background after update (fixes #304)
1 parent 3cc3c75 commit 36f51ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/public/stylesheets/ckeditor-theme.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ body {
44
--ck-color-base-text: var(--main-text-color);
55
--ck-color-base-foreground: var(--accented-background-color);
66
--ck-color-base-background: var(--main-background-color);
7+
--ck-color-dialog-background: var(--ck-color-base-background);
78
--ck-color-focus-border: var(--main-border-color);
89
--ck-color-text: var(--main-text-color);
910
--ck-color-shadow-drop: var(--main-background-color);

0 commit comments

Comments
 (0)