Write Something
Â
.dark .ck.ck-editor__main>.ck-editor__editable {
color: white !important;
}
.ck.ck-sticky-panel .ck.ck-sticky-panel__content_sticky {
top: 64px !important;
}
.ck-content{
min-height: 280px !important;
/* padding-top: 40px !important;
padding: 40px 20px !important; */
}
.dark .ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
border-color: gray !important;
}
.ck-content .image {
/* Block images */
max-width: 80%;
margin: 20px auto;
}