From 5778dd824a84ce23c5fd5b2c57ec26feecbbddd3 Mon Sep 17 00:00:00 2001 From: "Renisha Christie. A" Date: Thu, 25 Jan 2018 09:40:26 +0530 Subject: [PATCH] Changed wi-own-701 classes to match the right code According to open weather map, code 701 is for mist. Because mist is not available I changed it to fog. The file had the code for showers instead. --- css/weather-icons.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/weather-icons.css b/css/weather-icons.css index a742f32..60accd7 100644 --- a/css/weather-icons.css +++ b/css/weather-icons.css @@ -1366,7 +1366,7 @@ content: "\f01b"; } .wi-owm-701:before { - content: "\f01a"; + content: "\f014"; } .wi-owm-711:before { content: "\f062"; @@ -1549,7 +1549,7 @@ content: "\f00a"; } .wi-owm-day-701:before { - content: "\f009"; + content: "\f003"; } .wi-owm-day-711:before { content: "\f062"; @@ -1723,7 +1723,7 @@ content: "\f02a"; } .wi-owm-night-701:before { - content: "\f029"; + content: "\f04a"; } .wi-owm-night-711:before { content: "\f062";