diff --git a/frontend/styles.css b/frontend/styles.css index a72e783..8dd4b8d 100644 --- a/frontend/styles.css +++ b/frontend/styles.css @@ -40,6 +40,29 @@ button { margin-bottom: 5px; } +.btn-primary { + background-color: #E07D54; + border-color: #E07D54; + color: #fff; +} + +.btn-primary:hover, .btn-primary:focus, .btn-primary:active { + background-color: #c86a3d; + border-color: #c86a3d; + color: #fff; +} + +.btn-outline-primary { + color: #E07D54; + border-color: #E07D54; +} + +.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active { + background-color: #E07D54; + border-color: #E07D54; + color: #fff; +} + .card { margin: 10px; border-radius: 15px;