From 44597f77dbd38ca322d433e044b8b0f2538d230a Mon Sep 17 00:00:00 2001 From: Atiwit Pattanapukdee <65160394@go.buu.ac.th> Date: Wed, 19 Mar 2025 15:38:30 +0700 Subject: [PATCH] Project Round 7 --- public/css/edittour.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/edittour.css b/public/css/edittour.css index 128b304..85f4966 100644 --- a/public/css/edittour.css +++ b/public/css/edittour.css @@ -14,7 +14,7 @@ body { h1 { text-align: center; font-size: 2.5rem; - color: #4CAF50; + color: #7A73D1; margin-bottom: 20px; } @@ -50,7 +50,7 @@ body { } input:focus, textarea:focus { - border-color: #4CAF50; + border-color: #7A73D1; outline: none; } @@ -63,7 +63,7 @@ body { button { width: 100%; padding: 12px; - background-color: #4CAF50; + background-color: #7A73D1; color: #fff; border: none; border-radius: 5px; -- GitLab