FIX: Edit reasons on profile page
This commit is contained in:
parent
36b5269d19
commit
a275b0b8a3
|
@ -484,7 +484,7 @@
|
|||
text-overflow: ellipsis;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
.remove-bookmark {
|
||||
|
|
Loading…
Reference in New Issue