Skip to content

Commit

Permalink
Fix header colors
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Mar 21, 2024
1 parent e9d4988 commit 6871b68
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3545,9 +3545,18 @@ a.logo:hover{
z-index: 1030;
transition: all 0.2s var(--ease-default);
}
.main-nav:not(.body-scrolled) a {
.main-nav.body-scrolled {
background-color: #4051b5;
backdrop-filter: none;
}
.main-nav a {
color: #fff!important;
}
.mobile-nav-icon,
.mobile-nav-icon::before,
.mobile-nav-icon::after {
background: #fff!important;
}
.main-nav.sticky{
position: -webkit-sticky;
position: sticky;
Expand Down

0 comments on commit 6871b68

Please sign in to comment.