From 1d1e06a6c4cae38165d427512a962bc45b98cc13 Mon Sep 17 00:00:00 2001 From: Tom_The_Geek <23531706+Geek202@users.noreply.github.com> Date: Thu, 25 Feb 2021 09:01:59 +0000 Subject: [PATCH] Update dark.style.css fix wrong colour on mic animation in people sidebar --- dark.style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dark.style.css b/dark.style.css index b40c255..2669b3b 100644 --- a/dark.style.css +++ b/dark.style.css @@ -550,6 +550,10 @@ color: var(--ttg-accent); } +.HFJjfe .MNVeFb { + color: var(--ttg-accent); +} + /* speaker indicator */ .rd55Rb { background-color: var(--ttg-accent);