2
0
mirror of https://github.com/erikflowers/weather-icons.git synced 2025-10-12 07:22:11 -06:00

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.
This commit is contained in:
Renisha Christie. A 2018-01-25 09:40:26 +05:30 committed by GitHub
parent 323f867598
commit 5778dd824a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";