Skip to content

Commit

Permalink
Fix react icon in dark mode (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrepa authored and sindresorhus committed Sep 22, 2019
1 parent 9aa8493 commit 4b95f16
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 @@ -812,6 +812,11 @@ html.dark-mode ._2u_d a {
filter: invert(1);
}

/* React message icon */
html.dark-mode ._7i2o {
filter: invert(1);
}

/* Reply message icon */
html.dark-mode ._7i2n {
filter: invert(1);
Expand Down

0 comments on commit 4b95f16

Please sign in to comment.