Skip to content

Commit

Permalink
Add CSS styles for Twitter button.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed May 22, 2023
1 parent 42c6932 commit fe68761
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 @@ -41,6 +41,10 @@ a.facebook {
background: #4267b2;
}

a.twitter {
background: #1da1f2;
}

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

0 comments on commit fe68761

Please sign in to comment.