diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 87f66b1f4917f8121340b1ca77fcbde00ef1b536..9a200c1bca52aa5b97ee3fc221529fa5ff860162 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ staging: script: - dpl --provider=heroku --app=$HEROKU_STAGING_APP --api-key=$HEROKU_STAGING_API_KEY only: - - staging + - merge_requests production: type: deploy diff --git a/src/app/header/header.component.css b/src/app/header/header.component.css index 4d8f50f71cb609865ee79f575ea5f7cd9d492d26..d00643877a9661a50b0e2b21a23e3f237e93f4ef 100644 --- a/src/app/header/header.component.css +++ b/src/app/header/header.component.css @@ -16,6 +16,7 @@ padding: 0; height: 75vh; max-height: 600px; + color: black; } .col { @@ -25,6 +26,7 @@ } .nav__item { + } .nav__link--selected { @@ -73,11 +75,11 @@ select:hover { option { border: 0; - border-bottom: 1px solid #595e63; + border-bottom: 1px solid #8C93D8; -webkit-appearance: none; -moz-appearance: none; background: none; - background-color: #595e63; + background-color: #8C93D8; } .selector {