mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-23 05:35:07 +02:00
🔀 Merge pull request #1175 from gbrown09/weather-icon-fix
Swapping incorrect icons
This commit is contained in:
commit
bc9e193a7d
@ -21,10 +21,10 @@ i.owi {
|
|||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
color: var(--primary);
|
color: var(--primary);
|
||||||
|
|
||||||
&.owi-01d::before { content: "\ea01"; }
|
&.owi-01d::before { content: "\ea02"; }
|
||||||
&.owi-01n::before { content: "\ea02"; }
|
&.owi-01n::before { content: "\ea01"; }
|
||||||
&.owi-02d::before { content: "\ea04"; }
|
&.owi-02d::before { content: "\ea03"; }
|
||||||
&.owi-02n::before { content: "\ea03"; }
|
&.owi-02n::before { content: "\ea04"; }
|
||||||
&.owi-03d::before { content: "\ea05"; }
|
&.owi-03d::before { content: "\ea05"; }
|
||||||
&.owi-03n::before { content: "\ea06"; }
|
&.owi-03n::before { content: "\ea06"; }
|
||||||
&.owi-04d::before { content: "\ea07"; }
|
&.owi-04d::before { content: "\ea07"; }
|
||||||
@ -36,8 +36,8 @@ i.owi {
|
|||||||
&.owi-11d::before { content: "\ea0d"; }
|
&.owi-11d::before { content: "\ea0d"; }
|
||||||
&.owi-11n::before { content: "\ea0e"; }
|
&.owi-11n::before { content: "\ea0e"; }
|
||||||
&.owi-13d::before { content: "\ea10"; }
|
&.owi-13d::before { content: "\ea10"; }
|
||||||
&.owi-13n::before { content: "\ea12"; }
|
&.owi-13n::before { content: "\ea11"; }
|
||||||
&.owi-50d::before { content: "\ea11"; }
|
&.owi-50d::before { content: "\ea12"; }
|
||||||
&.owi-50n::before { content: "\ea13"; }
|
&.owi-50n::before { content: "\ea13"; }
|
||||||
&.owi-1232n::before { content: "\ea0f"; }
|
&.owi-1232n::before { content: "\ea0f"; }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user