:root {
    --palette-dark: rgb(56,56,67);
}

.ql-editor {
    min-height: 400px;
}

.ql-toolbar.ql-snow {
    border: unset;
    padding: unset;
    margin-bottom: 1rem;
}

.ql-toolbar.ql-snow.ql-dark * {
    color: white !important;
    stroke: white !important;
}

.ql-dark.ql-toolbar.ql-snow .ql-formats .ql-active * {
    color: dodgerblue !important;
    stroke: dodgerblue !important;
}

.ql-header.ql-dark .ql-picker-options {
    background-color: var(--palette-dark) !important;
}

.ql-dark > .ql-editor.ql-blank::before {
    color: rgba(255,255,255,0.6);
}

.ql-container.ql-snow {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: unset !important;
}


.ql-toolbar.ql-snow + .ql-container.ql-snow {
    border-top: 1px solid #ccc !important;
}

