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

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

fix icon color

parent 1b06cb3a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1931,3 +1931,9 @@ textarea {
#header .app-menu-entry:hover .app-menu-entry__icon, #header .app-menu-entry:focus-within .app-menu-entry__icon, #header .app-menu__list:hover .app-menu-entry__icon, #header .app-menu__list:focus-within .app-menu-entry__icon {
  margin-block-end: 0lh;
}
.v-popper__inner ul li button.action-button img.filter-button__icon {
   filter: brightness(0) saturate(100%) invert(52%) sepia(2%) saturate(2%) hue-rotate(22deg) brightness(96%) contrast(88%) !important;
}
.icon-vue svg {
    fill: #808080 !important;
}
 No newline at end of file