Skip to content

Commit

Permalink
Merge pull request #1262 from SumithThota/main
Browse files Browse the repository at this point in the history
Hover effect successfully added to Login & Register Buttons
  • Loading branch information
rahulkhandait-sde authored Oct 18, 2024
2 parents c5dc503 + 697520b commit 99674bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ html {

.navbar-link:is(:hover, :focus) {
background-color: var(--pistachio);
transition: 1.5s ease-in-out;
}

.header-action {
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,13 +236,13 @@ <h1>

<li>
<a id="loginLink" class="navbar-link login-nav" href="login.html" data-nav-link>
<span>Login</span>
<span class="new_size">Login</span>
<ion-icon name="chevron-forward-outline" aria-hidden="true"></ion-icon>
</a>
</li>
<li>
<a id="registerLink" class="navbar-link login-nav" href="register.html" data-nav-link>
<span>Register</span>
<span class="new_size">Register</span>
<ion-icon name="chevron-forward-outline" aria-hidden="true"></ion-icon>
</a>
</li>
Expand Down

0 comments on commit 99674bd

Please sign in to comment.