Skip to content

Commit

Permalink
Merge pull request #1142 from khushimoon014/main
Browse files Browse the repository at this point in the history
feat: Add hover effects for improved interactivity #1118
  • Loading branch information
SurajPratap10 authored Oct 5, 2024
2 parents 2c2648e + 7c9c75e commit 1b538df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,10 @@ a{
padding: 0;
}


.AI:hover{
font-size: 1.20rem;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.barIcon {
font-size: 1.5rem;
Expand Down

0 comments on commit 1b538df

Please sign in to comment.