diff --git a/aboutus.html b/aboutus.html
index ed8a7b9..7e5faca 100644
--- a/aboutus.html
+++ b/aboutus.html
@@ -77,6 +77,8 @@
text-align: center;
}
+
+
.feature:hover {
transform: translateX(-5px);
box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
diff --git a/style.css b/style.css
index 9b4705f..92f6c7a 100644
--- a/style.css
+++ b/style.css
@@ -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 {