diff --git a/public/css/create.css b/public/css/create.css index 9a6ba7375248d80fea4c7aa7e38f9ebb1a659ae1..9a0e6b31eec8f0bee36f016064775ea5ea44f6fa 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 85f49664e3b6361116d09a444deb244b955ade18..de717c573bcd09821eb943028c3eaf24ecae170f 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 de786fd44ef0c8462cfc7818071bf7060b7880bf..dc1431dfd63d4e5583acd8c98e74ffa768104926 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 {