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

Commit 284cf0ac authored by Akhil's avatar Akhil 🙂
Browse files

Merge branch 'dev/nc-25-ui' into 'main'

NC 25 UI background and remove border edge

See merge request !139
parents 999a3832 bbbe2bac
Loading
Loading
Loading
Loading
+5 −1
Original line number Original line Diff line number Diff line
@@ -55,6 +55,9 @@
    --notification-icon-invert: invert(0%);
    --notification-icon-invert: invert(0%);
    --active-icon-filter: brightness(0) saturate(100%) invert(38%) sepia(88%) saturate(4068%) hue-rotate(197deg) brightness(102%) contrast(106%);
    --active-icon-filter: brightness(0) saturate(100%) invert(38%) sepia(88%) saturate(4068%) hue-rotate(197deg) brightness(102%) contrast(106%);
    --inactive-icon-filter: brightness(0) saturate(100%) invert(50%) sepia(12%) saturate(0%) hue-rotate(187deg) brightness(98%) contrast(94%);
    --inactive-icon-filter: brightness(0) saturate(100%) invert(50%) sepia(12%) saturate(0%) hue-rotate(187deg) brightness(98%) contrast(94%);
    --body-container-margin: 0px;
    --body-container-radius: 0px;
    --body-height: 100%;
}
}


/* Force a few variables to right values for dark theme */
/* Force a few variables to right values for dark theme */
@@ -86,6 +89,7 @@ body {
    line-height: var(--default-line-height);
    line-height: var(--default-line-height);
    font-family: var(--font-face);
    font-family: var(--font-face);
    color: var(--color-main-text);
    color: var(--color-main-text);
    background-image: unset;
}
}


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