.mxmldoc-default{
    background-color: white;
    font-size: 200px;
}

.mxmldoc-default line:not(.mxmldoc-selection-area):not(.activated){
    stroke: #000000;
}

.mxmldoc-default polyline:not(.mxmldoc-selection-area):not(.activated){
    stroke: #000000;
}

.mxmldoc-default polygon:not(.mxmldoc-selection-area):not(.activated){
    fill: #000000;
}

.mxmldoc-default text:not(.mxmldoc-selection-area):not(.activated){
    fill: #000000;
}

.mxmldoc-default path:not(.mxmldoc-selection-area):not(.activated){
    fill: #000000;
}

.mxmldoc-default polyline:not(.mxmldoc-selection-area):not(.activated){
    stroke: #000000;
    fill: none;
}

.mxmldoc-dark{
    background-color: #1E1E1E;
}

.mxmldoc-dark line:not(.mxmldoc-selection-area):not(.activated){
    stroke: lightgray;
}

.mxmldoc-dark polyline:not(.mxmldoc-selection-area):not(.activated){
    stroke: lightgray;
}

.mxmldoc-dark polygon:not(.mxmldoc-selection-area):not(.activated){
    fill: lightgray;
}

.mxmldoc-dark text:not(.mxmldoc-selection-area):not(.activated){
    fill: lightgray;
}

.mxmldoc-dark path:not(.mxmldoc-selection-area):not(.activated){
    fill: lightgray;
}

.mxmldoc-dark polyline:not(.mxmldoc-selection-area):not(.activated){
    stroke: lightgray;
    fill: none;
}