Skip to content

Commit

Permalink
Fix group notification icons in dark mode (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
panda7789 authored and sindresorhus committed Oct 30, 2019
1 parent d57fe5d commit 1e6eb29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/dark-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,11 @@ html.dark-mode ._7i2l {
filter: invert(1);
}

/* Group chat notification icons */
html.dark-mode ._497p ._uwa {
filter: invert(1);
}

/* Sidebar > Options: edit group picture hover */
html.dark-mode ._80co {
background: none;
Expand Down

0 comments on commit 1e6eb29

Please sign in to comment.