FIX: Edit reasons on profile page

This commit is contained in:
Kane York 2015-08-21 11:37:19 -07:00
parent 36b5269d19
commit a275b0b8a3
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@
text-overflow: ellipsis; text-overflow: ellipsis;
} }
.edit-reason { .edit-reason {
background-color: scale-color($highlight, $lightness: 25%); background-color: dark-light-choose(scale-color($highlight, $lightness: 25%), scale-color($highlight, $lightness: -50%));
padding: 3px 5px 5px 5px; padding: 3px 5px 5px 5px;
} }
.remove-bookmark { .remove-bookmark {