/* Zenmine Theme version 5.0, Copyright (C) 2019-2023 - Luis Blasco www.bestredminetheme.com */


/**********************************************************/
/* DARK MODE */
/**********************************************************/
body *{
    filter: invert(1) hue-rotate;
}

img{
    filter: invert(0);
}

body #wrapper{
    background-color: #f5f5f5;
}

body #top-menu a, body #top-menu a::before, body #top-menu a::after{
    color: #000 !important;
}

body #top-menu{
	background: #e0e0e0 !important;
}

#twofa_code{
    background-color: #ffffff;
}



/**********************************************************/
/* DARK SYSTEM MODE */
/**********************************************************/

/* Increase lightness, add "brightness(110%)" to the body filter property*/
/* Increase contrast, add "contrast(110%)" to the body filter property*/


/*@media (prefers-color-scheme: dark) {

    body{
        filter: invert(1) hue-rotate(180deg) brightness(100%) contrast(70%) saturate(100%);
    }


    img{
        filter: invert(1) hue-rotate(180deg) brightness(100%) contrast(100%)  saturate(100%);
    }

    #wrapper{
        background-color: #f5f5f5;
    }

    #top-menu a, #top-menu a::before, #top-menu a::after{
        color: #000 !important;
    }

    #top-menu{
        background: #e0e0e0 !important;
    }
    
}*/
