Skip to content

Commit

Permalink
#847: User icon style fix (#860)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4579663cf4884b4ca497a80d1ed1178c1e986597)
  • Loading branch information
dsuren1 authored Mar 3, 2021
1 parent 95b283d commit 61f2476
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/assets/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,8 @@ a:hover{
margin: -5px 5px 0 0;
}
.navbar-header .btn-login.login-success {
color: #01603c;
background-color: #398439 !important;
}
.navbar-header .btn-login.login-success:hover {
background-color: #009440 !important;
}

0 comments on commit 61f2476

Please sign in to comment.