.nagish-invert {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    background-color: black;
}