Skip to content

Commit

Permalink
Fix "missed call" styling in dark mode (#790)
Browse files Browse the repository at this point in the history
Fixes #789
  • Loading branch information
whitecrownclown authored and sindresorhus committed Feb 18, 2019
1 parent 51c2fc4 commit 14ed66c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/dark-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -763,3 +763,13 @@ html.dark-mode ._koh {
html.dark-mode ._koh li:not(.selected) {
color: var(--base-seventy);
}

/* "Missed call" timestamp */
html.dark-mode ._2r2v {
color: var(--base-fourty) !important;
}

/* "Incoming call" subheading */
html.dark-mode ._2n1t {
color: var(--base-fourty) !important;
}

0 comments on commit 14ed66c

Please sign in to comment.