html.dark .ck-toolbar {
    background-color: #0f172a!important;
}
html.dark .ck .ck-content {
    background-color: #1b253b!important;
    color: #ffffff!important;
}
html.dark .ck .ck-content ol {
    margin-left: 0;
}
html.dark .ck .ck-content li {
    margin-left: 20px;
}
html.dark .ck .ck-content h1 {
    font-weight: bold;
    font-size: 32px;
}
html.dark .ck .ck-content h2 {
    font-weight: bold;
    font-size: 28px;
}
html.dark .ck .ck-content h3 {
    font-weight: bold;
    font-size: 24px;
}
html.dark .ck .ck-content h4 {
    font-weight: bold;
    font-size: 20px;
}
html.dark .ck .ck-content h5 {
    font-weight: bold;
    font-size: 18px;
}
html.dark .ck .ck-content h6 {
    font-weight: bold;
    font-size: 16px;
}

