Make pre in ckeditor visible

This commit is contained in:
Daniel Siepmann 2020-09-24 07:58:43 +02:00
parent 04753f82a2
commit 4bb003783c

View file

@ -3,4 +3,10 @@ body.cke_editable {
top: $spacer * 2;
bottom: $spacer * 2;
}
pre {
background: $black-dark;
color: $white-dark;
padding: 0.5em;
}
}