modified: app.py

modified:   requirements.txt
	modified:   static/css/style.css
	modified:   templates/base.html
	modified:   templates/weather.html
This commit is contained in:
simon
2026-04-27 10:16:45 +02:00
parent 31d58800f0
commit e793804cea
5 changed files with 75 additions and 17 deletions

View File

@@ -54,6 +54,13 @@ main { flex: 1; }
.nav-logo span { color: var(--orange); }
.nav-search { flex: 1; max-width: 420px; margin-left: auto; }
.nav-clock {
flex-shrink: 0;
font-size: 0.85rem; font-weight: 500;
color: var(--muted);
letter-spacing: 0.02em;
white-space: nowrap;
}
.nav-search-wrap { position: relative; display: flex; align-items: center; }
.nav-search-icon {
position: absolute; left: 10px; width: 16px; height: 16px;