From 53a827a422c4e05c45acd44ae184559ffa483172 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Mon, 13 Mar 2017 12:46:11 +0100 Subject: [PATCH] Other: Imported captioned image styles from ckeditor5.github.io. Closes #68. --- theme/imagecaption/theme.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme/imagecaption/theme.scss b/theme/imagecaption/theme.scss index f0cdc92d..b7863cec 100644 --- a/theme/imagecaption/theme.scss +++ b/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.