Skip to content

Commit

Permalink
change in css in class header nav ul li a
Browse files Browse the repository at this point in the history
  • Loading branch information
Pearl-2003 committed Nov 5, 2024
1 parent 7c203db commit b13749a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1631,7 +1631,7 @@ header nav ul li a {
text-decoration: none;
transition: color 0.3s, border-bottom 0.3s;

background-color: #333;
background-color: rgba(0, 0, 0, 0.125);
padding: 1rem;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
position: sticky;
Expand Down

0 comments on commit b13749a

Please sign in to comment.