From a2a93fad935b8e34c4ca42f9879c7940ae13e5d8 Mon Sep 17 00:00:00 2001 From: Andrehlb Date: Wed, 10 Jan 2024 21:50:18 -0300 Subject: [PATCH] Update `--gray-1` color in the pallet in the `:root` on style-weatherNode.css --- weather-node/public/css/style-weatherNode.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weather-node/public/css/style-weatherNode.css b/weather-node/public/css/style-weatherNode.css index 2c29041..aef614b 100644 --- a/weather-node/public/css/style-weatherNode.css +++ b/weather-node/public/css/style-weatherNode.css @@ -18,7 +18,7 @@ --white: #FFFFFF; --gray: #808080; --light-gray: #D3D3D3; - --gray-1: #f2f2f2; /* Cinza mais claro */ + --gray-1: #edebeb; /* Cinza mais claro */ --gray-2: #cccccc; --gray-3: #999999; --gray-4: #666666;