feat(static): colorize weather icons
This commit is contained in:
@@ -66,7 +66,8 @@
|
||||
data-bs-toggle="tooltip"
|
||||
data-bs-title="{{ value.sky }}">
|
||||
{% for icon in value.sky | cloudness_icon(value.date, response.period) %}
|
||||
<div class="wi wi-{{icon}} wi-xl text-primary"></div>
|
||||
<!--<div class="wi wi-{{icon}} wi-xl text-primary"></div>-->
|
||||
<weather-icon icon="{{icon}}"></svg-icon>
|
||||
{% endfor %}
|
||||
</td>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user