Run linter and npm audit

This commit is contained in:
rejas 2020-04-10 14:59:00 +02:00
parent ab3015df6b
commit 194af0e985

View File

@ -19,9 +19,9 @@
} }
.weatherforecast tr.colored .min-temp { .weatherforecast tr.colored .min-temp {
color: #BCDDFF; color: #bcddff;
} }
.weatherforecast tr.colored .max-temp { .weatherforecast tr.colored .max-temp {
color: #FF8E99; color: #ff8e99;
} }