bester button

This commit is contained in:
florian 2025-09-05 14:40:44 +02:00
parent 31897391d3
commit 3bcedd3c1c
2 changed files with 3 additions and 3 deletions

View File

@ -15,13 +15,13 @@
</template>
<template id="login-template">
<a href="https://penglogin.thepenguinontheweb.tech" class="header-link">
<a href="https://penglogin.thepenguinontheweb.tech" class="button">
Login
</a>
</template>
<template id="my-account-template">
<a href="https://penglogin.thepenguinontheweb.tech/myaccount" class="header-link">
<a href="https://penglogin.thepenguinontheweb.tech/myaccount" class="button">
My Account
</a>
</template>

View File

@ -281,7 +281,7 @@ main {
}
}
button {
.button {
padding: 10px 20px;
border-radius: 5px;
border: none;