Fix the color of the CKEditor logo
authorAlexander Ebert <ebert@woltlab.com>
Sat, 5 Aug 2023 10:04:38 +0000 (12:04 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 5 Aug 2023 10:04:38 +0000 (12:04 +0200)
wcfsetup/install/files/style/ui/ckeditor.scss

index e90607511f245da71c8b39f778063891592f1c2d..6e8221ebcdc52a048a3b6f28e62d5415c0590409 100644 (file)
@@ -315,6 +315,10 @@ html[data-color-scheme="light"] .ck-body-wrapper .ck.ck-balloon-panel {
        border-width: 1px !important;
 }
 
+.ck.ck-powered-by .ck.ck-icon {
+       fill: var(--wcfContentText);
+}
+
 html[data-color-scheme="dark"] {
        .ck.ck-editor,
        .ck.ck-body {