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

Commit 08902c17 authored by Alexandre Roux's avatar Alexandre Roux
Browse files

adding variables to guest.css

parent 73351c92
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -10,6 +10,27 @@
    font-display: swap;
    letter-spacing: 1px;
 }

:root, [data-theme-light] {
    --logo: url("../img/logo@2x.svg");
}

body[data-themes="dark"] , body[data-themes="dark-highcontrast"]{
    --color-main-background: #181818;
    --input-background-color: #181818;
    --color-main-text: #EBEBEB;
    --logo: url("../img/logo@2x-dark.svg");
}

@media(prefers-color-scheme: dark){
    :root {
        --color-main-text: #EBEBEB;
        --color-main-background: #181818;
        --input-background-color: #181818;
        --logo: url("../img/logo@2x-dark.svg");
    }
}

/* Mobile font sizes */
@media screen and (max-width: 768px) {
    #body-login #user, #body-login #password {