Skip to content

Commit

Permalink
Update header.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Azad77 committed Jan 4, 2024
1 parent 19dd481 commit 4d03ffb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions header.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<link type="text/css" rel="stylesheet" href="style.css">
<style>
/* Add custom styles */
.navbar-dark .navbar-nav .nav-link {
color: #0000ff; /* Change the color to make the text visible */
}
/* Add custom styles */
.navbar-dark .navbar-nav .nav-link {
color: blue; /* Change the color to blue for better visibility */
}
</style>
</head>
<body>
Expand Down

0 comments on commit 4d03ffb

Please sign in to comment.