From 3f917332b06100de878419aa69ce15d2ce97f374 Mon Sep 17 00:00:00 2001 From: Atiwit Pattanapukdee <65160394@go.buu.ac.th> Date: Wed, 19 Mar 2025 00:56:54 +0700 Subject: [PATCH] Project Round 7 --- public/css/search.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/search.css b/public/css/search.css index f8e0230..59c7918 100644 --- a/public/css/search.css +++ b/public/css/search.css @@ -42,13 +42,13 @@ body { a { text-decoration: none; - color: #ffffff; + color: #4CAF50; font-size: 1.2rem; font-weight: bold; } a:hover { - color: #ffffff; + color: #388E3C; } p { -- GitLab