Merge pull request #5288 from awesomerobot/master

fixing the "me" color in the directory
This commit is contained in:
Jeff Atwood 2017-11-03 14:27:55 -07:00 committed by GitHub
commit 138e8dc3e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@
background-color: dark-light-choose($highlight-low, $highlight-medium);
.username a, .name, .title, .number, .time-read {
color: dark-light-choose(scale-color($highlight, $lightness: -50%), $highlight-medium);
color: $primary-medium;
}
}
}