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

Commit a62ff1ca authored by theronakpatel's avatar theronakpatel
Browse files

background color changes

parent 72091744
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1112,9 +1112,9 @@ a.legal {
}

#body-login {
    background-color: #ffffff !important;
    background-color: var(--color-main-background) !important;
    background-image: none !important;
    color: #808080;
    color: var(--color-text-maxcontrast);
    font-family: "Montserrat";
}

@@ -1131,7 +1131,7 @@ a.legal {
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #FFFFFF;
    background-color: var(--color-main-background);
    flex: none;
    order: 0;
    align-self: stretch;