Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
YSayaovong authored Jan 3, 2025
1 parent 9407395 commit 18cab43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
background-size: cover; /* Ensure the image covers the whole page */
background-repeat: no-repeat;
background-position: center;
color: #ffffff; /* White text for contrast */
color: #000000; /* Black text for visibility */
}
.navbar-nav li a {
font-weight: bold;
color: #ffffff; /* White text for visibility */
color: #000000; /* White text for visibility */
}
.navbar-nav li a:hover {
color: #dddddd; /* Slightly different color for hover effect */
color: #000000; /* Slightly different color for hover effect */
}
.navbar-inverse {
background-color: transparent; /* Transparent background for navbar */
Expand Down

0 comments on commit 18cab43

Please sign in to comment.