We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b7272 commit 3e8ca06Copy full SHA for 3e8ca06
assets/css/components/ckeditor.css
@@ -71,6 +71,8 @@
71
--ck-color-button-on-hover-background: var(--bs-secondary-bg);
72
--ck-color-button-on-active-background: var(--bs-secondary-bg);
73
--ck-color-button-on-disabled-background: var(--bs-secondary-bg);
74
- --ck-color-button-on-color: var(--bs-primary)
+ --ck-color-button-on-color: var(--bs-primary);
75
76
-}
+ --ck-content-font-color: var(--ck-color-base-text);
77
+
78
+}
0 commit comments