feat: display the current ET

This commit is contained in:
insects 2025-03-11 15:19:32 +01:00
parent 705e7b1dc0
commit 6710137d9b
4 changed files with 23 additions and 9 deletions

View file

@ -180,6 +180,12 @@ span#password {
flex-direction: column;
align-items: center;
margin: 10px 0;
gap: 10px;
}
.time {
font-size: 20px;
font-weight: bold;
}
.weather-list {