Skip to content

Commit

Permalink
Update CSS: Create Cards - .card:hover on Weather-NodeJS project.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrehlb committed Dec 27, 2023
1 parent 9a0e7e3 commit d85dbbb
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 @@ -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%);
}

0 comments on commit d85dbbb

Please sign in to comment.