diff --git a/public/css/style.css b/public/css/style.css
index a7966470b79ad3cbe39972c17a6e534ead519b33..fb307e6e60b98679827885fde6d394591c70ce73 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -197,11 +197,19 @@ body {
 
 .task-item h2,
 .task-item h3,
-.task-item a {
+.task-item h4,
+.task-item a,
+.task-item span,
+.task-item p {
     color: white !important;
     text-decoration: none;
 }
 
+.task-item .project-title {
+    color: white !important;
+    font-weight: bold;
+}
+
 .task-item:hover {
     transform: translateX(5px);
     box-shadow: var(--hover-shadow);