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

Commit a16ef56d authored by Akhil's avatar Akhil 🙂
Browse files

fix: adjust for dark theme also

parent 57fbd2c8
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -465,9 +465,14 @@ input.primary,
    background: var(--notification-icon) no-repeat center;
    background-size: 17px;
}

#header #unified-search svg {
    color: var(--color-main-text);
    mask: unset;
}

[data-theme-dark] #header #unified-search svg {
    color: var(--icon-inactive-color);
    mask: none;
}

.notifications-button.hasNotifications {