From 73261c56a67b3c08ecf774d460de625eb29c4294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Thu, 8 Jul 2021 11:05:38 +0200 Subject: Fix icon-contacts-dark MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- css/icons.scss | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'css') diff --git a/css/icons.scss b/css/icons.scss index 15d5df34..fcc5cafc 100644 --- a/css/icons.scss +++ b/css/icons.scss @@ -33,7 +33,15 @@ @include icon-black-white('sync', 'contacts', 2); @include icon-black-white('recent-actors', 'contacts', 1); @include icon-black-white('circles', 'contacts', 1); -@include icon-black-white('contacts', 'contacts', 1); + +.icon-contacts { + &-dark { + @include icon-color('contacts', 'contacts', $color-black); + } + &-white { + @include icon-color('contacts', 'contacts', $color-white); + } +} // social network icons: @include icon-black-white('facebook', 'contacts', 2); // “facebook (fab)” by fontawesome.com is licensed under CC BY 4.0. (https://fontawesome.com/icons/facebook?style=brands) -- cgit v1.2.3