Skip to content

Commit

Permalink
Fix the “forward message” icon in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
CvX committed Feb 3, 2019
1 parent 441556e commit ec0d3b4
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 @@ -742,3 +742,8 @@ html.dark-mode ._3v_o ._55r1 {
html.dark-mode ._3v_o ._55r1::-webkit-input-placeholder {
color: var(--base-thirty) !important;
}

/* Forward message icon */
html.dark-mode ._2u_d a {
filter: invert(1);
}

0 comments on commit ec0d3b4

Please sign in to comment.