diff --git a/WeatherPredictor/web_page.h b/WeatherPredictor/web_page.h index e306cdf..3a6b8e7 100644 --- a/WeatherPredictor/web_page.h +++ b/WeatherPredictor/web_page.h @@ -39,6 +39,11 @@ static const char INDEX_HTML[] PROGMEM = R"HTML( } .lede{color:var(--muted); font-size:.92rem; margin:8px 0 0} .lede b{color:var(--text); font-weight:600} + header{position:relative} + .lang{position:absolute; top:0; right:0; display:flex; gap:3px} + .lang button{padding:4px 9px; font-size:.72rem; font-weight:700; letter-spacing:.06em; font-family:var(--sans); + background:transparent; color:var(--muted); border:1px solid var(--line); border-radius:7px; cursor:pointer} + .lang button.on{background:var(--brass); color:#221a06; border-color:var(--brass)} .panel{ background:linear-gradient(180deg, var(--surface), #14203a); @@ -153,9 +158,10 @@ static const char INDEX_HTML[] PROGMEM = R"HTML(
Barometric Forecaster
-Reading the sky by pressure alone, the Zambretti way — station at +
+Barometric Forecaster
+Reading the sky by pressure alone, the Zambretti way — station at 54.99°N, 82.87°E.
Reading the sky…
@@ -173,18 +179,18 @@ static const char INDEX_HTML[] PROGMEM = R"HTML(