Browse Source

Other: Imported captioned image styles from ckeditor5.github.io. Closes #68.

Aleksander Nowodzinski 8 years ago
parent
commit
c63dafabf8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/ckeditor5-image/theme/imagecaption/theme.scss

+ 2 - 0
packages/ckeditor5-image/theme/imagecaption/theme.scss

@@ -9,6 +9,8 @@
 	figcaption {
 		background-color: ck-color( 'foreground' );
 		padding: 10px;
+		font-size: .8em;
+		color: ck-color( 'text', 40 );
 
 		// The `:focus` styles is applied before `.focused` class inside editables.
 		// These styles show different border for a blink of an eye.