From 546863e8a821648c3614ee6859891512805965ef Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Mon, 19 Jan 2026 14:16:29 -0500 Subject: weather: update NewWeather Add AreadDesc and Headline to Alert. --- static/peach.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'static/peach.css') diff --git a/static/peach.css b/static/peach.css index d5fbf3c..51a9bd0 100644 --- a/static/peach.css +++ b/static/peach.css @@ -169,7 +169,8 @@ body { font-size: 0.9em; } -.alert-container .alert-body .instruction { +.alert-container .alert-body .instruction, +.alert-container .alert-body .areas { font-size: 0.8em; border-top: 1px solid rgb(150,150,150); padding: 10px 0 0 0; -- cgit v1.2.3