Skip to content

Commit

Permalink
Merge pull request #653 from ANKeshri/feat/hovering-effect-resources
Browse files Browse the repository at this point in the history
add colouring effect to resources page cards .
  • Loading branch information
mdazfar2 authored Jun 25, 2024
2 parents 48a5213 + 142ab37 commit c50974f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website3.0/stylesheets/resources.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,15 @@ body {
}

.folder-card:hover {
box-shadow: 5px 5px 20px #ff9d00;
box-shadow: 0 0 20px rgba(48,48,48,.8);
transform: scale(1.03);
transition: 0.5s;
border-radius: 1.5rem;
font-size: 0.9rem;
}
.dark-mode .folder-card:hover {
box-shadow: 5px 5px 20px #a1a1a1;
box-shadow: 5px 5px 20px #ff9d00;
;
}

/* Toggle Switch styling */
Expand Down

0 comments on commit c50974f

Please sign in to comment.