From 7b294dc8aba86ca35870a78360d2861b66f13a6e Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Sun, 7 Jan 2018 12:17:13 +0100 Subject: Add color to service icons --- src/styles/welcome.scss | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/styles/welcome.scss') diff --git a/src/styles/welcome.scss b/src/styles/welcome.scss index cfdcc80ad..46299b966 100644 --- a/src/styles/welcome.scss +++ b/src/styles/welcome.scss @@ -73,15 +73,8 @@ width: 35px; height: 35px; margin: 0 10px 15px; - filter: grayscale(1) - opacity(0.5); transition: 0.5s filter, 0.5s opacity; - &:hover { - filter: grayscale(0); - opacity: (1); - } - img { width: 35px; } -- cgit v1.2.3-54-g00ecf