Skip to content

Commit

Permalink
Enhanced the navbar logo text hover effect (#1935)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajai-Sharan authored Dec 23, 2024
1 parent 0d41c6c commit 4a528d0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ input:checked+.slider:before {
transition: all 0.3s ease-in-out;
}

.dark-mode .logo:hover {
color: #c2185b;
}

/* Preloader Css */

#loader-wrapper {
Expand Down Expand Up @@ -400,7 +404,7 @@ nav ul {
}

.logo:hover {
color: #ff1b82;
color: #87ceeb;
}

.hamburger {
Expand Down

0 comments on commit 4a528d0

Please sign in to comment.