html[data-bs-theme="dark"]{
    div#header,
    .text-dark,
    h1,
    h1.bp3-heading,
    h2,
    h2.bp3-heading,
    h3,
    h3.bp3-heading,
    h4,
    h4.bp3-heading,
    h5,
    h5.bp3-heading,
    h6,
    h6.bp3-heading,
    .tab-pane {
        color: #fff !important;
    }
    .plasmid-opts i,
    .select2-selection__choice__display{
        color: #484848 !important;
    }
    #ove-viewer{
        background: #eee;
    }
    table.glycerolstock_box-detail {
        color: #ccc;
    }
    form:not(.default-style){
        color: #eee;
    }
    form,
    .bg-light,
    .glycerolstock_box-inner{
        background: #343a40 !important;
    }
    div#header-container {
        background: #444;
    }
    .diagonal-box:before{
        background: linear-gradient(to right bottom, rgb(33, 37, 41) 49%, transparent 50%);
    }
    .diagonal-box:after{
        background: linear-gradient(to right bottom, transparent 49%, rgb(33, 37, 41) 50%);
    }
}