Wetter-API Integration hinzugefügt

This commit is contained in:
2025-03-17 21:18:55 +01:00
parent f1c2e9227e
commit cdf0bc31d9
4 changed files with 69 additions and 2 deletions

View File

@@ -139,6 +139,18 @@
margin-left: 4px;
font-size: 1.2em;
}
.weather-info {
display: inline-flex;
align-items: center;
margin-left: 10px;
font-size: 0.9em;
color: #666;
}
.weather-info img {
width: 24px;
height: 24px;
margin-right: 4px;
}
</style>
</head>
<body>