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

Commit e5d1790e authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

dashboard color fix

parent afb6443f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -74,6 +74,14 @@ body[data-themes="dark"] {
body.theme--highcontrast {
    --icon-inactive-color: black;
}
body {
    background-color: var(--color-main-background);
    font-weight: normal;
    font-size: var(--default-font-size);
    line-height: var(--default-line-height);
    font-family: var(--font-face);
    color: var(--color-main-text);
}

#body-user #header,
#body-settings #header,