Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
IMDANIELAUSTIN committed May 16, 2024
1 parent 8087586 commit 6071d76
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -511,14 +511,14 @@ background-color 0.3s;
}

.nav-links a:hover{
background: #;
background: transparent;
color: #ff0000;
opacity: 100%;
}

.show .nav-links {
height: 100%;
background-color: #1e1e1e;
background-color: transparent;
opacity: 100%;
transition: height 2s cubic-bezier(0.19, 1, 0.22, 1),
background-color 0.3s;
Expand Down Expand Up @@ -849,12 +849,13 @@ background-color 0.3s;
}

.show .nav-links {
height: 100%;
background-color: #1e1e1e;
opacity: 100%;
transition: height 2s cubic-bezier(0.19, 1, 0.22, 1),
background-color 0.3s;
}
height: 100%;
background-color: transparent;
opacity: 100%;
transition: height 2s cubic-bezier(0.19, 1, 0.22, 1),
background-color 0.3s;

}

.nav-links a {
height: 0;
Expand Down Expand Up @@ -1186,7 +1187,7 @@ background-color 0.3s;

.show .nav-links {
height: 100%;
background-color: #1e1e1e;
background-color: transparent;
opacity: 100%;
transition: height 2s cubic-bezier(0.19, 1, 0.22, 1),
background-color 0.3s;
Expand Down Expand Up @@ -1731,7 +1732,7 @@ a:active, a:hover {
}

nav-links :hover{
background: #1e1e1e;
background: transparent;
color: #ff0000;
}

Expand Down

0 comments on commit 6071d76

Please sign in to comment.