@mixin mouse-dragdrop-theme($theme) {

    deja-mouse-dragdrop-cursor {
        #block {
            background-color: rgba(0, 0, 0, 0.75);
            color: #fff;
        }
    }
}
