UX: improves edit reason contrast in dark themes

This commit is contained in:
Joe 2018-08-06 10:53:46 +08:00 committed by GitHub
parent 75d6cfb599
commit cc77a285ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@
font-weight: bold;
}
span.edit-reason {
background-color: lighten($highlight, 23%);
background-color: $highlight-medium;
padding: 3px 5px 5px 5px;
}
.d-icon-ban {