From f600c163ca8589a5db9960779c10509c48f684f9 Mon Sep 17 00:00:00 2001 From: rejas Date: Wed, 5 Jun 2019 18:30:04 +0200 Subject: [PATCH] Fix intendation --- modules/default/weatherforecast/weatherforecast.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/default/weatherforecast/weatherforecast.css b/modules/default/weatherforecast/weatherforecast.css index 85d65685..21be13b7 100644 --- a/modules/default/weatherforecast/weatherforecast.css +++ b/modules/default/weatherforecast/weatherforecast.css @@ -19,9 +19,9 @@ } .weatherforecast tr.colored .min-temp { - color: #BCDDFF; + color: #BCDDFF; } .weatherforecast tr.colored .max-temp { - color: #FF8E99; + color: #FF8E99; }