From 1e6eb295d69d4320ee7c7da967a376c467591ea4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Linhart?= Date: Wed, 30 Oct 2019 09:32:05 +0100 Subject: [PATCH] Fix group notification icons in dark mode (#1147) --- css/dark-mode.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/dark-mode.css b/css/dark-mode.css index f0c9705fc..d1ee54e3c 100644 --- a/css/dark-mode.css +++ b/css/dark-mode.css @@ -874,6 +874,11 @@ html.dark-mode ._7i2l { filter: invert(1); } +/* Group chat notification icons */ +html.dark-mode ._497p ._uwa { + filter: invert(1); +} + /* Sidebar > Options: edit group picture hover */ html.dark-mode ._80co { background: none;