Internal: Added content styles (moved from the theme package were they landed by mistake). See ckeditor/ckeditor5-theme-lark#119.
@@ -3,7 +3,11 @@
* For licensing, see LICENSE.md.
*/
-blockquote {
+.ck-content blockquote {
/* See #12 */
overflow: hidden;
+ padding-left: 1.5em;
+ margin-left: 0;
+ font-style: italic;
+ border-left: solid 5px hsl(0, 0%, 80%);
}