diff --git a/frontend/src/assets/scss/gradido-template.scss b/frontend/src/assets/scss/gradido-template.scss index e08d9b3f3..4733722b5 100644 --- a/frontend/src/assets/scss/gradido-template.scss +++ b/frontend/src/assets/scss/gradido-template.scss @@ -12,7 +12,7 @@ html, body { } .gradient-gradido { - background-image: linear-gradient(146deg, rgba(249,205,105,1) 50%, rgba(197,141,56,1) 100%); + background-image: linear-gradient(146deg, rgb(220, 167, 44) 50%, rgba(197,141,56,1) 100%); } /* Button */ @@ -21,12 +21,13 @@ html, body { } .btn-gradido { - background-image: linear-gradient(146deg, rgba(249,205,105,1) 50%, rgba(197,141,56,1) 100%); + background-image: linear-gradient(146deg, rgb(220, 167, 44) 50%, rgba(197,141,56,1) 100%); background-size: auto; background-position: 0% 0%; background-repeat: repeat; border-style: none; box-shadow: 10px 10px 50px 10px rgba(56, 56, 56, 0.31); + color: #fff; } .btn-gradido:hover { diff --git a/frontend/src/components/Auth/Footer.vue b/frontend/src/components/Auth/Footer.vue index 7ea5fca45..7e09a1704 100644 --- a/frontend/src/components/Auth/Footer.vue +++ b/frontend/src/components/Auth/Footer.vue @@ -2,7 +2,7 @@