.ck.ck-toolbar {
    background: rgba(255, 255, 255, .1) !important;
    border: none !important;
}

.ck.ck-editor__main>.ck-editor__editable {
    background: rgba(255, 255, 255, .02) !important;
    border-radius: 0;

    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: rgba(255, 255, 255, .2) !important;
    border-left-color: rgba(255, 255, 255, .2) !important;
}

.ck.ck-toolbar>.ck-toolbar__items button {
    color: white !important;
}

.ck.ck-toolbar>.ck-toolbar__items button:hover {
    color: black !important;
}