Skip to content

Commit

Permalink
fix: fixed the about us page cards dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
biswa2005 committed Oct 23, 2024
1 parent 131b955 commit 7078fe7
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 @@ -475,7 +475,10 @@ nav ul li.login:hover {
color: #ccc;
}
.dark-mode .feature p {
color: #000; /* Set paragraph color to black */
color: whitesmoke; /* Set paragraph color to black */
}
.dark-mode .feature{
background: #111111;
}

.col-1 h3 {
Expand Down

0 comments on commit 7078fe7

Please sign in to comment.