Skip to content

Commit

Permalink
Merge pull request #694 from zalabhavy/Loginbtn
Browse files Browse the repository at this point in the history
Login/Singup button fix
  • Loading branch information
mdazfar2 authored Jun 27, 2024
2 parents e647b74 + eaa903b commit 348d5bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website3.0/stylesheets/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,11 @@ nav {
}

/* Styles for AuthButton and Overlay */

.auth-btn {
background-color: rgba(245, 245, 245, 0.788);
border: none;
border-radius: 25px;
border-radius: 15px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
color: #000000;
font-size: 20px;
Expand Down

0 comments on commit 348d5bb

Please sign in to comment.