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

Commit d664d310 authored by theronakpatel's avatar theronakpatel
Browse files

changed more variables 2

parent 4da2c5bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1302,7 +1302,7 @@ a.legal {
#body-login .error {
    max-width: 100%;
    color: var(--color-error);
    background-color: white;
    background-color: var(--color-main-background);
    font-size: 1.1em;
    text-align: center;
    border: 1px solid;
@@ -1311,7 +1311,7 @@ a.legal {
#body-login .update,
#body-login .success {
    color: var(--color-success);
    background-color: white;
    background-color: var(--color-main-background);
    justify-content: center !important;
    width: 92%;
    margin-left: 0;