diff --git a/web/css/main.css b/web/css/main.css index 80cec4f9..84aaf56a 100644 --- a/web/css/main.css +++ b/web/css/main.css @@ -131,6 +131,21 @@ content: "\f1d9"; } +.report_TAF { + background-color: cornsilk; + color: black; +} + +.report_PIREP { + background-color: gainsboro; + color: black; +} + +.report_WINDS { + background-color: lavender; + color: black; +} + .flight_condition_VFR { background-color: forestgreen; color: white; diff --git a/web/plates/weather.html b/web/plates/weather.html old mode 100755 new mode 100644 index 5ee5f0a8..b658c405 --- a/web/plates/weather.html +++ b/web/plates/weather.html @@ -29,7 +29,7 @@