Skip to content

Commit

Permalink
chat: fix msg bubbles and audio length colors
Browse files Browse the repository at this point in the history
  • Loading branch information
vednoc committed Sep 26, 2019
1 parent 8c6ec72 commit f26704d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion WhatsApp.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,10 @@
._2v02G {
color: var(--lighter) !important; }

/* Bubble colors. #49 */
.message-in:not(.a81-s) > div, .message-out:not(.a81-s) > div {
background-color: var(--darker) !important; }

/* Message text color. */
.message-in .selectable-text,
.message-out .selectable-text,
Expand Down Expand Up @@ -1307,7 +1311,7 @@
cursor: pointer;
background: var(--accent) !important; }
/* Audio length. */
._3HwRC {
._3HwRC, ._1lxsr {
color: var(--light) !important; }

/* Rounded buttons. */
Expand Down

0 comments on commit f26704d

Please sign in to comment.