diff --git a/frontend/src/assets/scss/gradido-template.scss b/frontend/src/assets/scss/gradido-template.scss index 22403c8ec..e08d9b3f3 100644 --- a/frontend/src/assets/scss/gradido-template.scss +++ b/frontend/src/assets/scss/gradido-template.scss @@ -26,12 +26,17 @@ html, body { background-position: 0% 0%; background-repeat: repeat; border-style: none; + box-shadow: 10px 10px 50px 10px rgba(56, 56, 56, 0.31); } .btn-gradido:hover { color: #212529; } + .btn-gradido:focus { + outline: none; + } + .btn-outline-gradido { color: rgb(248,161,27); border: 1px solid #F5B805;