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 1bf1164..f7d38b6 100644
--- a/style.css
+++ b/style.css
@@ -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 {