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

Commit 0bc91267 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

system dark theme issue

parent e1ea031a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1747,3 +1747,9 @@ a.legal {
#body-login .guest-box.login-box .lost-password-container .notecard.notecard--success{
    color:#222222 !important;
}
@media(prefers-color-scheme: dark){
    #body-login .picker-window h2 ,#body-login .picker-window p.info {
        color:var(--color-main-text);
    }    

}   
 No newline at end of file