Skip to content

Commit

Permalink
adding hover effect
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishnamverma951 committed Oct 28, 2024
1 parent 7b90dd8 commit d53d5a1
Show file tree
Hide file tree
Showing 3 changed files with 267 additions and 167 deletions.
6 changes: 3 additions & 3 deletions components/Navbar/Navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@
}

/* Hover Effects */
.menu a:hover {
color: #04aaff;
}
/* .menu a:hover { */
/* color: #04aaff; */
/* } */

/* Theme Switcher Styles */
.theme-switcher {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h1>Welcome to PathSphere</h1>

<style>
a:hover {
background-color: #45a049; /* Darker green on hover */
/* background-color: #45a049; Darker green on hover/ */
}
</style>

Expand Down
Loading

0 comments on commit d53d5a1

Please sign in to comment.