diff --git a/frontend/src/assets/scss/gradido-template.scss b/frontend/src/assets/scss/gradido-template.scss index 007face42..041179a72 100644 --- a/frontend/src/assets/scss/gradido-template.scss +++ b/frontend/src/assets/scss/gradido-template.scss @@ -20,7 +20,10 @@ a, .navbar-light .navbar-nav .nav-link { color: #047006; } - +a:hover, +.nav-link:hover { + color: #383838 !important; +} .navbar-light .navbar-nav .nav-link.active { color: rgb(35 121 188 / 90%); } diff --git a/frontend/src/components/Auth/Footer.vue b/frontend/src/components/Auth/Footer.vue index 02268f4f6..dae1218d8 100644 --- a/frontend/src/components/Auth/Footer.vue +++ b/frontend/src/components/Auth/Footer.vue @@ -1,5 +1,5 @@