diff --git a/public/css/edittour.css b/public/css/edittour.css index 128b304ba548489beee9730570f1aebd75cc6a6b..85f49664e3b6361116d09a444deb244b955ade18 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;