modified: app.py

modified:   static/css/style.css
	new file:   static/icons/nebel_nacht.png
This commit is contained in:
simon
2026-04-24 12:01:34 +02:00
parent bdf2b5fbae
commit 31d58800f0
3 changed files with 11 additions and 3 deletions

View File

@@ -447,6 +447,7 @@ main { flex: 1; }
.wx-icon-wrap[data-icon="schneebedecktsonne"] { background: linear-gradient(135deg, #4080a8 0%, #a8d0e8 60%, #e0c060 100%); }
.wx-icon-wrap[data-icon="wolkig_nebel_sonne"] { background: linear-gradient(135deg, #706858 0%, #a09880 100%); }
.wx-icon-wrap[data-icon="nebel"] { background: linear-gradient(135deg, #7a8a96 0%, #b0c0cc 100%); }
.wx-icon-wrap[data-icon="nebel_nacht"] { background: linear-gradient(135deg, #2a3040 0%, #485868 100%); }
.wx-icon-wrap[data-icon="nebel_wolkig"] { background: linear-gradient(135deg, #505a64 0%, #8898a8 100%); }
/* Night icons */
.wx-icon-wrap[data-icon="nacht"] { background: linear-gradient(135deg, #080c20 0%, #141c40 100%); }

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB