diff --git a/public/css/hop-styling.css b/public/css/hop-styling.css index da2f3ef22..d46039051 100644 --- a/public/css/hop-styling.css +++ b/public/css/hop-styling.css @@ -53,6 +53,7 @@ body select { background-color: #fff; font-family: Urbanist, Arial, Helvetica, sans-serif; font-weight: 400; + box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2); } body input:focus, body input:focus-visible, body select:focus, diff --git a/public/scss/hop-styling.scss b/public/scss/hop-styling.scss index d3afaf985..9f6711f1c 100644 --- a/public/scss/hop-styling.scss +++ b/public/scss/hop-styling.scss @@ -63,6 +63,7 @@ body { background-color: #fff; font-family: Urbanist, Arial, Helvetica, sans-serif; font-weight: 400; + box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2); &:focus, &:focus-visible { box-shadow: 0 0 0 2.5px #1574a1;