Skip to content

Commit

Permalink
Update --gray-1 color in the pallet in the :root on style-weather…
Browse files Browse the repository at this point in the history
…Node.css
  • Loading branch information
Andrehlb committed Jan 11, 2024
1 parent c1a32b1 commit a473044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weather-node/public/css/style-weatherNode.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
--white: #FFFFFF;
--gray: #808080;
--light-gray: #D3D3D3;
--gray-1: #e4e1e1; /* Cinza mais claro */
--gray-1: #d7d4d4; /* Cinza mais claro */
--gray-2: #cccccc;
--gray-3: #999999;
--gray-4: #666666;
Expand Down

0 comments on commit a473044

Please sign in to comment.