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

Commit fea76e89 authored by Alexandre Roux's avatar Alexandre Roux
Browse files

missing var color

parent fc84f851
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1717,7 +1717,7 @@ a.legal {
    }
}
.guest-box, .body-login-container {
    color: #222222;
    color: var(--color-main-text);
    background-color: #ffffff;
    padding: 16px;
    border-radius: var(--border-radius-large);