﻿.text-editor .ce-inline-toolbar {
    color: black;
}

.codex-editor ::selection {
    background-color: #5BC0DE;
}

.split-pane-container {
    height: 90%;
    width: 100%
}

.split-pane-container > div {
    width: 50%;
}
