diff --git a/static/css/channels.css b/static/css/channels.css index 6e25c017..e07e5fad 100644 --- a/static/css/channels.css +++ b/static/css/channels.css @@ -235,3 +235,11 @@ table.channels-table > tbody > tr > th { .channel-modal .modal-body { padding: 15px 40px; } + +body.dark .icon.mattermost { + filter: invert(); +} + +body.dark .icon.matrix { + filter: invert(); +} diff --git a/templates/front/channels.html b/templates/front/channels.html index f4fa3ae9..b6b9c467 100644 --- a/templates/front/channels.html +++ b/templates/front/channels.html @@ -30,7 +30,7 @@
Post notifications to a Matrix room.
@@ -274,7 +274,7 @@ {% if enable_mattermost %}High Trust Messaging for the Enterprise.