Skip to content

Commit

Permalink
Merge pull request #899 from Subhajit-2023-44/Navbar
Browse files Browse the repository at this point in the history
Fixed Header color issue ! #843
  • Loading branch information
mansiruhil authored Oct 17, 2024
2 parents 5701d57 + 2288029 commit 4ce79dd
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 20 deletions.
12 changes: 7 additions & 5 deletions Feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,16 @@
color: black;
transition: background-color 0.3s, color 0.3s;
}

.navbar {
background-color: lightblue;

background-color: rgb(148 207 226);
/* Light mode navbar */
color: black;
padding: 10px;
color: black;
padding: 10px;

}



.navbar.dark-mode {
Expand Down
12 changes: 7 additions & 5 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,16 @@
color: black;
transition: background-color 0.3s, color 0.3s;
}

.navbar {
background-color: lightblue;

background-color: rgb(148 207 226);
/* Light mode navbar */
color: black;
padding: 10px;
}
color: black;
padding: 10px;

}

.navbar.dark-mode {
background-color: black;
/* Dark mode navbar */
Expand Down
12 changes: 7 additions & 5 deletions features.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,16 @@
color: black;
transition: background-color 0.3s, color 0.3s;
}

.navbar {
background-color: rgb(153, 207, 225);

background-color: rgb(148 207 226);
/* Light mode navbar */
color: black;
padding: 10px;
}
color: black;
padding: 10px;

}

.navbar.dark-mode {
background-color: black;
/* Dark mode navbar */
Expand Down
12 changes: 7 additions & 5 deletions team.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,16 @@
color: black;
transition: background-color 0.3s, color 0.3s;
}

.navbar {
background-color: lightblue;

background-color: rgb(148 207 226);
/* Light mode navbar */
color: black;
padding: 10px;
}
color: black;
padding: 10px;

}

.navbar.dark-mode {
background-color: black;
/* Dark mode navbar */
Expand Down

0 comments on commit 4ce79dd

Please sign in to comment.