Skip to content

Commit 3e8ca06

Browse files
committed
Fixed text color in ckeditor editors when in dark mode
Fixes issue #1016
1 parent c1b7272 commit 3e8ca06

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

assets/css/components/ckeditor.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@
7171
--ck-color-button-on-hover-background: var(--bs-secondary-bg);
7272
--ck-color-button-on-active-background: var(--bs-secondary-bg);
7373
--ck-color-button-on-disabled-background: var(--bs-secondary-bg);
74-
--ck-color-button-on-color: var(--bs-primary)
74+
--ck-color-button-on-color: var(--bs-primary);
7575

76-
}
76+
--ck-content-font-color: var(--ck-color-base-text);
77+
78+
}

0 commit comments

Comments
 (0)