Skip to content

Commit

Permalink
Merge pull request #663 from biswa2005/fix/Aboutus-page-cards-dark-mode
Browse files Browse the repository at this point in the history
fix: fixed the about us page cards dark mode
  • Loading branch information
swaraj-das authored Oct 24, 2024
2 parents d2e89ba + bcb8b01 commit 1b56e61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions aboutus.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@
text-align: center;
}



.feature:hover {
transform: translateX(-5px);
box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
Expand Down
5 changes: 4 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,11 @@ nav ul li.login:hover {
}

.dark-mode .feature p {
color: whitesmoke; /* Set paragraph color to black */
}
.dark-mode .feature{
background: #111111;
color: #000;
/* Set paragraph color to black */
}

.col-1 h3 {
Expand Down

0 comments on commit 1b56e61

Please sign in to comment.