From f26704d06989a0818949b25724ffc60c5dd3a6b7 Mon Sep 17 00:00:00 2001 From: vednoc Date: Fri, 27 Sep 2019 01:53:52 +0200 Subject: [PATCH] chat: fix msg bubbles and audio length colors --- WhatsApp.user.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/WhatsApp.user.css b/WhatsApp.user.css index fe53386d..15164079 100644 --- a/WhatsApp.user.css +++ b/WhatsApp.user.css @@ -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, @@ -1307,7 +1311,7 @@ cursor: pointer; background: var(--accent) !important; } /* Audio length. */ - ._3HwRC { + ._3HwRC, ._1lxsr { color: var(--light) !important; } /* Rounded buttons. */