diff --git a/assets/styles/app.scss b/assets/styles/app.scss index 9bdc833..ca48846 100755 --- a/assets/styles/app.scss +++ b/assets/styles/app.scss @@ -301,6 +301,7 @@ td.rank { .navbar-light .nav-item { background: transparent !important; + margin-bottom: 0; } .navbar { @@ -493,6 +494,14 @@ button[data-submit-prevention-target] { } } +.btn-outline-primary { + background: #fff; + + &:hover { + background: $primary; + } +} + .zoom-reset { position: absolute; top: 0; diff --git a/templates/_recent_activity.html.twig b/templates/_recent_activity.html.twig index b03bab6..801668b 100644 --- a/templates/_recent_activity.html.twig +++ b/templates/_recent_activity.html.twig @@ -17,7 +17,7 @@ {% if logged_user.profile is not null and solved_puzzle.playerId is same as logged_user.profile.playerId %}