From a5a8d8b9c384955f7adc2417927f708f0e4690cd Mon Sep 17 00:00:00 2001 From: Atiwit Pattanapukdee <65160394@go.buu.ac.th> Date: Wed, 19 Mar 2025 15:41:32 +0700 Subject: [PATCH] Project Round 7 --- public/css/create.css | 4 ++-- public/css/edittour.css | 4 ++-- public/css/styles.css | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/css/create.css b/public/css/create.css index 9a6ba73..9a0e6b3 100644 --- a/public/css/create.css +++ b/public/css/create.css @@ -80,11 +80,11 @@ body { } button:hover { - background-color: #45a049; + background-color: #211C84; } button:active { - background-color: #388e3c; + background-color: #211C84; } /* Footer */ diff --git a/public/css/edittour.css b/public/css/edittour.css index 85f4966..de717c5 100644 --- a/public/css/edittour.css +++ b/public/css/edittour.css @@ -73,11 +73,11 @@ body { } button:hover { - background-color: #45a049; + background-color: #211C84; } button:active { - background-color: #388e3c; + background-color: #211C84; } /* Responsive */ diff --git a/public/css/styles.css b/public/css/styles.css index de786fd..dc1431d 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -151,7 +151,7 @@ ul li a:hover { } .btn-create:hover { - background: #218838; + background: #211C84; } .btn-edit:hover { -- GitLab