Skip to content

Commit

Permalink
Add darkmode style for called you/you called icons
Browse files Browse the repository at this point in the history
  • Loading branch information
CvX committed Apr 7, 2020
1 parent 1b221a0 commit b2c33c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/dark-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,12 @@ html.dark-mode ._2n1t {
color: var(--base-fourty) !important;
}

/* "X called you."/"You called X" icons */
html.dark-mode .sp_sbxFxdCZjuj_2x,
html.dark-mode .sp_sbxFxdCZjuj {
filter: invert();
}

/* Quoted text in inline replies */
html.dark-mode ._1nc7:not(._43by) ._pye,
html.dark-mode ._1nc6:not(._43by) ._pye,
Expand Down

0 comments on commit b2c33c2

Please sign in to comment.