From c716dbd0966a68a4fabd7a2da0198e4b29a93d6a Mon Sep 17 00:00:00 2001 From: BuildTools Date: Mon, 1 Nov 2021 19:49:03 -0400 Subject: [PATCH] fix gradient --- webroot/css/weatherscan.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webroot/css/weatherscan.css b/webroot/css/weatherscan.css index 9c6c9a0..9994d27 100644 --- a/webroot/css/weatherscan.css +++ b/webroot/css/weatherscan.css @@ -1751,7 +1751,7 @@ flex-direction: row; width: 137.5px; height: 0px; background-color: #fefd5d; - background: linear-gradient(to top, #555968 0, #686a79 12%, #898a99 24%, #876f50 36%, #baa936 48%, #e9d940 60%, #cb813f 72%, #d45d35 81%, #c23b36 92%, #c14c90 99%); + background: linear-gradient(to top, #555968 0, #686a79 21px, #898a99 42px, #876f50 63px, #baa936 84px, #e9d940 105px, #dd901e 126px, #d45d35 141.75px, #c23b36 161px, #c14c90 173.25px); bottom: 17.5px; left: 45px;