|
|
@@ -5,12 +5,17 @@
|
|
|
@import '~@ckeditor/ckeditor5-theme-lark/theme/helpers/_spacing.scss';
|
|
|
@import '~@ckeditor/ckeditor5-theme-lark/theme/helpers/_fonts.scss';
|
|
|
|
|
|
+@include ck-color-add( (
|
|
|
+ 'image-caption-background': $ck-color-foreground,
|
|
|
+ 'image-caption-text': $ck-color-text
|
|
|
+) );
|
|
|
+
|
|
|
.ck-editor__editable {
|
|
|
.image > figcaption {
|
|
|
- background-color: ck-color( 'foreground' );
|
|
|
+ color: ck-color( 'image-caption-text' );
|
|
|
+ background-color: ck-color( 'image-caption-background' );
|
|
|
padding: ck-spacing();
|
|
|
font-size: ck-font-size( -1 );
|
|
|
- color: ck-color( 'text', 40 );
|
|
|
outline-offset: -1px;
|
|
|
}
|
|
|
}
|