diff --git a/assets/css/style.css b/assets/css/style.css index c4cc6e61..c30e1c18 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -387,6 +387,14 @@ header { .header__sub_claim a:hover { text-decoration: none; } + +.header__button_link { + text-decoration: none !important; +} + +.header__button_link:hover { + text-decoration: underline !important; +} /* header - Ende */ /* main - Start */ diff --git a/templates/header.html b/templates/header.html index 33b5a2bb..6462428f 100644 --- a/templates/header.html +++ b/templates/header.html @@ -82,7 +82,7 @@