diff --git a/public/css/style.css b/public/css/style.css
index 5d6eca442ad60f7463492ffee804b6f05c652e4a..a7966470b79ad3cbe39972c17a6e534ead519b33 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -195,6 +195,13 @@ body {
     transition: all 0.3s ease;
 }
 
+.task-item h2,
+.task-item h3,
+.task-item a {
+    color: white !important;
+    text-decoration: none;
+}
+
 .task-item:hover {
     transform: translateX(5px);
     box-shadow: var(--hover-shadow);