diff --git a/ep_weather_host/ep_weather.h b/ep_weather_host/ep_weather.h index 3cf072a..21a5367 100644 --- a/ep_weather_host/ep_weather.h +++ b/ep_weather_host/ep_weather.h @@ -69,7 +69,7 @@ DEFINE_GUID(IID_IEPWeather, #define EP_WEATHER_WM_SETDEVMODE (WM_USER + 13) #define EP_WEATHER_WM_SETZOOMFACTOR (WM_USER + 14) -#define EP_WEATHER_HEIGHT_ERROR 260 +#define EP_WEATHER_HEIGHT_ERROR 280 #define EP_WEATHER_HEIGHT 353 #define EP_WEATHER_WIDTH 673 diff --git a/ep_weather_host/ep_weather_error_html.h b/ep_weather_host/ep_weather_error_html.h index 6213c43..e293bb5 100644 --- a/ep_weather_host/ep_weather_error_html.h +++ b/ep_weather_host/ep_weather_error_html.h @@ -19,6 +19,24 @@ body {\n\ justify-content: center;\n\ align-items: center;\n\ }\n\ +@media (prefers-color-scheme: dark) {\n\ + .refreshLink { color: #43a7ff; }\n\ +}\n\ +@media (prefers-color-scheme: light) {\n\ + .refreshLink { color: #096bda; }\n\ +}\n\ +a:link {\n\ + text-decoration: none;\n\ +}\n\ +a:visited {\n\ + text-decoration: none;\n\ +}\n\ +a:hover {\n\ + text-decoration: underline;\n\ +}\n\ +a:active {\n\ + text-decoration: underline;\n\ +}\n\ \n\ \n\
Make sure that the location you have entered is correct.
\n\
Verify that you are connected to the Internet.