Removed underline from header button style.

This commit is contained in:
Stephan 2021-02-06 16:18:30 +01:00
parent ed83009175
commit 367ba85829
2 changed files with 9 additions and 1 deletions

View File

@ -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 */

View File

@ -82,7 +82,7 @@
</div>
<!-- TODO: Zielseite für "MEMBER WERDEN"-Button -->
<button class="header__button sub_claim__button">
<a href={{ '/mitglieder'|url }}>MEMBER WERDEN</a>
<a class="header__button_link" href={{ '/mitglieder'|url }}>MEMBER WERDEN</a>
</button>
</section>
</div>