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

Commit a1da6140 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

Merge branch 'dev/fix-system-dark-theme-nc28' into 'main'

system dark theme issue

See merge request !197
parents e1ea031a 174fcae9
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -1747,3 +1747,15 @@ a.legal {
#body-login .guest-box.login-box .lost-password-container .notecard.notecard--success{
    color:#222222 !important;
}
@media(prefers-color-scheme: dark){
    #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