From d85dbbbdc22dcee47e50d08201ee191241ff3ef0 Mon Sep 17 00:00:00 2001 From: Andrehlb Date: Wed, 27 Dec 2023 19:56:51 -0300 Subject: [PATCH] Update CSS: Create Cards - .card:hover on Weather-NodeJS project. --- 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 9f2c671..b8d963b 100644 --- a/weather-node/public/css/style-weatherNode.css +++ b/weather-node/public/css/style-weatherNode.css @@ -66,5 +66,5 @@ body { .card:hover, .card-large:hover { box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); - filter:brightness(75%); + filter:brightness(45%); } \ No newline at end of file