Skip to content

Commit

Permalink
Fix "say hi with a wave" in dark mode (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
panda7789 authored and sindresorhus committed Oct 30, 2019
1 parent a27440f commit d57fe5d
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 @@ -231,6 +231,11 @@ html.dark-mode ._2xh0 ._2xh4 {
border-color: var(--base-ten);
}

/* Messages list: say hi with a wave */
html.dark-mode ._4qeu {
color: var(--base-fourty);
}

/* Message composer: chat bot menu popover */
html.dark-mode ._1wc4 {
border-top-color: var(--base-ten);
Expand Down

0 comments on commit d57fe5d

Please sign in to comment.