Skip to content

Commit

Permalink
Merge pull request #503 from joshsoftware/kh.change-profile-right-colors
Browse files Browse the repository at this point in the history
Added a blackish color to the list group items, to replace the blue link-like color.
  • Loading branch information
Kirk Haines authored Nov 4, 2020
2 parents 3a66cf8 + ed24561 commit 1b0aee2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/users.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@
.badge.gold {
background-color: #D4AF37;
}

.list-group-item.pull-right {
color: #333333
}

0 comments on commit 1b0aee2

Please sign in to comment.