Skip to content

Commit

Permalink
Merge pull request #614 from IU-Libraries-Joint-Development/essi-1951…
Browse files Browse the repository at this point in the history
…_badge_color

[ESSI-1951] Increase color contrast on user show page badges
  • Loading branch information
rwingiupui authored Apr 11, 2024
2 parents 8b8eb45 + 76ccd65 commit 5ff06e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/hyrax/accessibility_tweaks.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
table.related-files td.attribute-permission span.label {
font-size:95%;
}

/* ESSI-1951: increase contrast of badges on users show page */
.badge {
background-color: #4a3c31;
}

0 comments on commit 5ff06e2

Please sign in to comment.