Skip to content

Commit

Permalink
Added changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakesh9100 authored Dec 20, 2024
1 parent 44a5a89 commit 0a585c6
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,21 +144,19 @@ input:checked+.slider:before {
}

.dark-mode .nav-link:hover {
color: #C2185B;
color: #c2185b;
border-top-color: white;
border-bottom-color: white;
transition: all 0.3s ease-in-out;
}

.dark-mode #active1 {
color: #AD1457;
color: #ad1457;
border-top-color: white;
border-bottom-color: white;
transition: all 0.3s ease-in-out;
}



/* Preloader Css */

#loader-wrapper {
Expand Down Expand Up @@ -355,13 +353,12 @@ header {
}

.nav-link:hover {
color: #1E90FF;
border-top: 2px solid #1E90FF;
border-bottom: 2px solid #1E90FF;
color: #1e90ff;
border-top: 2px solid #1e90ff;
border-bottom: 2px solid #1e90ff;
transition: all 0.3s ease-in-out;
}


nav {
display: flex;
justify-content: space-between;
Expand All @@ -387,13 +384,12 @@ nav ul {
}

#active1 {
color: #87CEEB;
border-top-color: #87CEEB;
border-bottom-color: #87CEEB;
color: #87ceeb;
border-top-color: #87ceeb;
border-bottom-color: #87ceeb;
transition: all 0.3s ease-in-out;
}


.logo {
font-size: 2.3rem;
font-weight: 700;
Expand Down

0 comments on commit 0a585c6

Please sign in to comment.