#main-body{
    background-color:#2F3129; 
    min-height: 100vh;
}

.tabs .indicator{
    background: #1DBF73;
}

.tabs .disabled{
    background: #353632;
    color: white;
}

.CodeMirror {
    font-size: 15px;
}

.tabs .tab a:focus, .tabs .tab a:focus.active{
    background: #272822
}

.tabs{
    background: #353632;
}

.tabs .tab a{
    color:white;
}

.active--menu{
    background: rgba(29, 191, 115, 0.301);
    color: #1DBF73
}

@media only screen and (max-width: 780px) {
    .CodeMirror {
        font-size: 12px;
    }
}
