Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakesh9100 authored Jul 12, 2024
1 parent 39bcd3f commit 324ec7d
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,12 @@ nav ul {
list-style: none;
}

#active1 {
color: #ff1b82;
border-top-color: #ff1b82;
border-bottom-color: #ff1b82;
}

.logo {
font-size: 2.3rem;
font-weight: 700;
Expand Down Expand Up @@ -1978,15 +1984,3 @@ footer {
flex-basis: 100%;
}
}

.active1 {
color: #ff1b82;
border-top-color: #ff1b82;
border-bottom-color: #ff1b82;
}

#active1 {
color: #ff1b82;
border-top-color: #ff1b82;
border-bottom-color: #ff1b82;
}

0 comments on commit 324ec7d

Please sign in to comment.