From 417a95e657ab26667e86d11fe109819f320ec609 Mon Sep 17 00:00:00 2001 From: Andrehlb Date: Wed, 27 Dec 2023 18:58:14 -0300 Subject: [PATCH] Update CSS: Create Cards cursor: pointer on Weather-NodeJS project. --- weather-node/public/css/style-weatherNode.css | 1 + 1 file changed, 1 insertion(+) diff --git a/weather-node/public/css/style-weatherNode.css b/weather-node/public/css/style-weatherNode.css index 8f5dd38..fe59dbd 100644 --- a/weather-node/public/css/style-weatherNode.css +++ b/weather-node/public/css/style-weatherNode.css @@ -44,4 +44,5 @@ body { transition: 0.3s; width: 200px; text-align: center; + cursor: pointer; } \ No newline at end of file