Skip to content

Commit

Permalink
handlenett-frontend: better contrast on login button
Browse files Browse the repository at this point in the history
  • Loading branch information
maads committed Oct 4, 2024
1 parent 7fe61d6 commit f3a20e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions handlenett-frontend/assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ input[type="text"] {
font-size: 1.5rem;
}

.btn-primary {
background-color: #007bff;
border-color: #007bff;
color: #fff;
}

.btn {
backface-visibility: hidden;
border: 0;
Expand Down
2 changes: 1 addition & 1 deletion handlenett-frontend/pages/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<h1>Login</h1>
</div>
<div class="button">
<button class="btn" @click="loginUser">Login with Microsoft 365</button>
<button class="btn btn-primary" @click="loginUser">Login with Microsoft 365</button>
</div>
</div>
</ClientOnly>
Expand Down

0 comments on commit f3a20e8

Please sign in to comment.