From b5aaed4ee59fff595993a6e076300ca2831a8cf0 Mon Sep 17 00:00:00 2001 From: 65160392 <65160392@go.buu.ac.th> Date: Tue, 25 Mar 2025 06:27:50 +0000 Subject: [PATCH] Edit style.css --- public/css/style.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index fb307e6..746184c 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -200,16 +200,23 @@ body { .task-item h4, .task-item a, .task-item span, -.task-item p { +.task-item p, +.task-item div { color: white !important; text-decoration: none; } -.task-item .project-title { +/* Add specific style for the project header */ +.task-item .project-header { color: white !important; font-weight: bold; } +/* Add style for any text within task-item */ +.task-item * { + color: white !important; +} + .task-item:hover { transform: translateX(5px); box-shadow: var(--hover-shadow); -- GitLab