From 0154009669d53e2da022722223b2cb9c441919a6 Mon Sep 17 00:00:00 2001 From: 65160392 <65160392@go.buu.ac.th> Date: Tue, 25 Mar 2025 06:22:11 +0000 Subject: [PATCH] Edit style.css --- public/css/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index a796647..fb307e6 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); -- GitLab