/* Customize your prism css rules here, this file is loaded after the original prims.css file. */

h6.terminal-header {
    /*This class is added to h6 with prism-custom.js script.*/
    background-color: #eff0f1;
    color: #3a3a3a;
    padding: 0.25ex 0.5ex;
    border: solid 1px #1d1e1a;
    font-size: 0.75em;
    border-bottom: 0;
    border-top-left-radius: .3em;
    border-top-right-radius: .3em;
}

pre[class*="language-"].line-numbers {
    margin-top: 0;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

div.code-toolbar {
    font-weight: 400;

    >.toolbar {
        top: -1.5em;
        opacity: 0.5;
        padding: 0;
    }
}

div.code-toolbar>.toolbar>.toolbar-item>a,
div.code-toolbar>.toolbar>.toolbar-item>button,
div.code-toolbar>.toolbar>.toolbar-item>span {
    background-color: none;
    margin-left: 0.5ex;
}