Skip to content

Commit

Permalink
client: Fix CKEditor modal background after update (fixes #304)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Aug 8, 2024
1 parent 3cc3c75 commit 36f51ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/public/stylesheets/ckeditor-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ body {
--ck-color-base-text: var(--main-text-color);
--ck-color-base-foreground: var(--accented-background-color);
--ck-color-base-background: var(--main-background-color);
--ck-color-dialog-background: var(--ck-color-base-background);
--ck-color-focus-border: var(--main-border-color);
--ck-color-text: var(--main-text-color);
--ck-color-shadow-drop: var(--main-background-color);
Expand Down

0 comments on commit 36f51ba

Please sign in to comment.