Skip to content

Commit

Permalink
Add styles for Facebook button.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Aug 26, 2022
1 parent 577b58b commit 0de3a2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/css/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ a.google {
background: #4787ed;
}

a.facebook {
background: #4267b2;
}

button:hover {
background-color: #c83f45;
}
Expand Down

0 comments on commit 0de3a2a

Please sign in to comment.