Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18c839ea authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

fix dark theme

parent 0bc91267
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -1748,8 +1748,14 @@ a.legal {
    color:#222222 !important;
}
@media(prefers-color-scheme: dark){
    #body-login .picker-window h2 ,#body-login .picker-window p.info {
    #body-login .not_alt_login .picker-window h2 ,#body-login .not_alt_login .picker-window p.info {
        color:var(--color-main-text);
    }
    #body-login .not_alt_login .notecard.warning h3{
        color: #fb3845;
    }
    #body-login .not_alt_login #submit-wrapper {
        background-color: unset;
    }     

}   
 No newline at end of file