Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Closes#385 <feature-added-in-login-button-#385> #391

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/lib/components/header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@
{:else}
<a
data-test-id="login-btn-lg"
class="default-transition rounded-xl bg-skin-text px-4 py-2 text-skin-off-background hover:bg-primary-100 dark:bg-skin-text-highlight dark:text-skin-background dark:hover:bg-primary-100"
href="/login">Login</a
href="/login"
class="relative rounded-lg px-4 py-2 text-white shadow-lg transition duration-200 hover:shadow-primary-hover bg-skin-primary"
>Login</a
>
{/if}
</div>
Expand Down
Loading