Skip to content

Commit

Permalink
style: add stylish bottom border to primary buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
im-machakata committed Apr 7, 2024
1 parent 14a6195 commit 7329f68
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions public/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@
box-shadow: none !important;
outline: none !important;
}

.btn.btn-primary {
border-bottom: 0.3em solid #0063e4;
}

.btn.btn-primary:hover {
border-bottom: 0.3em solid #0003b0;
}

0 comments on commit 7329f68

Please sign in to comment.