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

Commit 70060f0b authored by theronakpatel's avatar theronakpatel
Browse files

dark mode support for other

parent e732faa5
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -1782,3 +1782,11 @@ a.legal {
        color:#222222 !important;
    }  
}   

#main.register-page .fields{
    background-color: var(--color-main-background);
}

#main.register-page .fields label{
    color: var(--color-main-text);
}
 No newline at end of file