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 { .header__sub_claim a:hover {
text-decoration: none; text-decoration: none;
} }
.header__button_link {
text-decoration: none !important;
}
.header__button_link:hover {
text-decoration: underline !important;
}
/* header - Ende */ /* header - Ende */
/* main - Start */ /* main - Start */

View File

@ -82,7 +82,7 @@
</div> </div>
<!-- TODO: Zielseite für "MEMBER WERDEN"-Button --> <!-- TODO: Zielseite für "MEMBER WERDEN"-Button -->
<button class="header__button sub_claim__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> </button>
</section> </section>
</div> </div>