diff --git a/.env b/.env index 3dd4857..d8d2c6b 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ REACT_APP_PUBLIC_PATH = https://localhost:3000/ -REACT_APP_API_ADDR = https://backend.alpha-map.vault48.org/ +REACT_APP_API_ADDR = https://backend.map.vault48.org REACT_APP_OSRM_URL = https://vault48.org:5001/route/v1 REACT_APP_OSRM_PROFILE = bike diff --git a/src/styles/dialogs.scss b/src/styles/dialogs.scss index b0cf936..20e86e7 100644 --- a/src/styles/dialogs.scss +++ b/src/styles/dialogs.scss @@ -342,12 +342,12 @@ align-items: center; justify-content: center; fill: darken(white, 30%); - background: darken(white, 8%); + background: transparentize(white, 0.9); cursor: pointer; transition: background 250ms, transform 500ms; &:hover { - background: darken(white, 10%); + background: transparentize(white, 0.95); } }